Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, MultiMeshIntersectionResult arg0) |
Mesh | mesh (self) |
None | mesh (self, Mesh arg1) |
![]() | |
bool | __bool__ (self) |
float | distanceAlongLine (self) |
None | distanceAlongLine (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::MultiMeshIntersectionResult
None mrmeshpy.MultiMeshIntersectionResult.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from mrmeshpy.MeshIntersectionResult.
None mrmeshpy.MultiMeshIntersectionResult.__init__ | ( | self, | |
MultiMeshIntersectionResult | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.MeshIntersectionResult.
|
staticprotected |
Reimplemented from mrmeshpy.MeshIntersectionResult.
Mesh mrmeshpy.MultiMeshIntersectionResult.mesh | ( | self | ) |
the intersection found in this mesh
None mrmeshpy.MultiMeshIntersectionResult.mesh | ( | self, | |
Mesh | arg1 ) |