Public Member Functions | |
None | __init__ (self) |
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 Public Member Functions | |
None | __init__ (*args, **kwargs) |
MultiMeshIntersectionResult | operator (*args, **kwargs) |
MultiMeshIntersectionResult | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_mesh = 32 |
![]() | |
typing | _offsetof_distanceAlongLine = 28 |
typing | _offsetof_mtp = 16 |
typing | _offsetof_proj = 0 |
Generated from: MR::MultiMeshIntersectionResult
|
static |
Reimplemented from mrmeshpy.MeshIntersectionResult.
None mrmeshpy.MultiMeshIntersectionResult.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.MeshIntersectionResult.
Mesh mrmeshpy.MultiMeshIntersectionResult.mesh | ( | self | ) |
the intersection found in this mesh
None mrmeshpy.MultiMeshIntersectionResult.mesh | ( | self, | |
Mesh | arg1 ) |
|
static |
Reimplemented from mrmeshpy.MeshIntersectionResult.
|
static |
Reimplemented from mrmeshpy.MeshIntersectionResult.
|
staticprotected |