Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, MultiMeshIntersectionResult arg0) |
Mesh | mesh (self) |
None | mesh (self, Mesh arg1) |
Public Member Functions inherited from meshlib.mrmeshpy.MeshIntersectionResult | |
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) |
Generated from: MR::MultiMeshIntersectionResult
None meshlib.mrmeshpy.MultiMeshIntersectionResult.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from meshlib.mrmeshpy.MeshIntersectionResult.
None meshlib.mrmeshpy.MultiMeshIntersectionResult.__init__ | ( | self, | |
MultiMeshIntersectionResult | arg0 ) |
Implicit copy constructor.
Reimplemented from meshlib.mrmeshpy.MeshIntersectionResult.
Mesh meshlib.mrmeshpy.MultiMeshIntersectionResult.mesh | ( | self | ) |
the intersection found in this mesh
None meshlib.mrmeshpy.MultiMeshIntersectionResult.mesh | ( | self, | |
Mesh | arg1 ) |