Inheritance diagram for mrmeshpy.MultiMeshIntersectionResult:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, MultiMeshIntersectionResult arg0) |
| Mesh | mesh (self) |
| None | mesh (self, Mesh arg1) |
Public Member Functions inherited from 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) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MultiMeshIntersectionResult | operator (*args, **kwargs) |
| MultiMeshIntersectionResult | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_mesh = 32 |
Static Protected Attributes inherited from mrmeshpy.MeshIntersectionResult | |
| 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.
| None mrmeshpy.MultiMeshIntersectionResult.__init__ | ( | self, | |
| MultiMeshIntersectionResult | arg0 ) |
Implicit copy constructor.
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 |