Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PointOnFace proj, MeshTriPoint mtp, float dist) |
float | dist (self) |
None | dist (self, float arg1) |
MeshTriPoint | mtp (self) |
None | mtp (self, MeshTriPoint arg1) |
PointOnFace | proj (self) |
None | proj (self, PointOnFace arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
SignedDistanceToMeshResult | operator (*args, **kwargs) |
SignedDistanceToMeshResult | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_dist = 28 |
typing | _offsetof_mtp = 16 |
typing | _offsetof_proj = 0 |
Generated from: MR::SignedDistanceToMeshResult
|
static |
None mrmeshpy.SignedDistanceToMeshResult.__init__ | ( | self | ) |
None mrmeshpy.SignedDistanceToMeshResult.__init__ | ( | self, | |
PointOnFace | proj, | ||
MeshTriPoint | mtp, | ||
float | dist ) |
Implicit aggregate constructor.
float mrmeshpy.SignedDistanceToMeshResult.dist | ( | self | ) |
distance from pt to proj (positive - outside, negative - inside the mesh)
None mrmeshpy.SignedDistanceToMeshResult.dist | ( | self, | |
float | arg1 ) |
MeshTriPoint mrmeshpy.SignedDistanceToMeshResult.mtp | ( | self | ) |
its barycentric representation
None mrmeshpy.SignedDistanceToMeshResult.mtp | ( | self, | |
MeshTriPoint | arg1 ) |
|
static |
|
static |
PointOnFace mrmeshpy.SignedDistanceToMeshResult.proj | ( | self | ) |
the closest point on mesh
None mrmeshpy.SignedDistanceToMeshResult.proj | ( | self, | |
PointOnFace | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |