Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, SignedDistanceToMeshResult arg0) |
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 Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::SignedDistanceToMeshResult
None mrmeshpy.SignedDistanceToMeshResult.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.SignedDistanceToMeshResult.__init__ | ( | self, | |
SignedDistanceToMeshResult | arg0 ) |
Implicit copy constructor.
None mrmeshpy.SignedDistanceToMeshResult.__init__ | ( | self, | |
PointOnFace | proj, | ||
MeshTriPoint | mtp, | ||
float | dist ) |
Implicit aggregate constructor.
|
staticprotected |
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 ) |
PointOnFace mrmeshpy.SignedDistanceToMeshResult.proj | ( | self | ) |
the closest point on mesh
None mrmeshpy.SignedDistanceToMeshResult.proj | ( | self, | |
PointOnFace | arg1 ) |