MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.MeshMeshSignedDistanceResult Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, PointOnFace a, PointOnFace b, float signedDist)
 
PointOnFace a (self)
 
None a (self, PointOnFace arg1)
 
PointOnFace b (self)
 
None b (self, PointOnFace arg1)
 
float signedDist (self)
 
None signedDist (self, float arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
MeshMeshSignedDistanceResult operator (*args, **kwargs)
 
MeshMeshSignedDistanceResult operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_a = 0
 
typing _offsetof_b = 16
 
typing _offsetof_signedDist = 32
 

Detailed Description

Generated from:  MR::MeshMeshSignedDistanceResult
Aliases:  MeshSignedDistanceResult

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.MeshMeshSignedDistanceResult.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.MeshMeshSignedDistanceResult.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.MeshMeshSignedDistanceResult.__init__ ( self,
PointOnFace a,
PointOnFace b,
float signedDist )
Implicit aggregate constructor.

Member Function Documentation

◆ a() [1/2]

PointOnFace mrmeshpy.MeshMeshSignedDistanceResult.a ( self)
two closest points: from meshes A and B respectively

◆ a() [2/2]

None mrmeshpy.MeshMeshSignedDistanceResult.a ( self,
PointOnFace arg1 )

◆ b() [1/2]

PointOnFace mrmeshpy.MeshMeshSignedDistanceResult.b ( self)
two closest points: from meshes A and B respectively

◆ b() [2/2]

None mrmeshpy.MeshMeshSignedDistanceResult.b ( self,
PointOnFace arg1 )

◆ operator() [1/2]

MeshMeshSignedDistanceResult mrmeshpy.MeshMeshSignedDistanceResult.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

MeshMeshSignedDistanceResult mrmeshpy.MeshMeshSignedDistanceResult.operator ( * args,
** kwargs )
static

◆ signedDist() [1/2]

float mrmeshpy.MeshMeshSignedDistanceResult.signedDist ( self)
signed distance between a and b, positive if meshes do not collide

◆ signedDist() [2/2]

None mrmeshpy.MeshMeshSignedDistanceResult.signedDist ( self,
float arg1 )

Member Data Documentation

◆ _offsetof_a

typing mrmeshpy.MeshMeshSignedDistanceResult._offsetof_a = 0
staticprotected

◆ _offsetof_b

typing mrmeshpy.MeshMeshSignedDistanceResult._offsetof_b = 16
staticprotected

◆ _offsetof_signedDist

typing mrmeshpy.MeshMeshSignedDistanceResult._offsetof_signedDist = 32
staticprotected

The documentation for this class was generated from the following file: