Public Member Functions | |
bool | __bool__ (self) |
None | __init__ (self) |
None | __init__ (self, MeshIntersectionResult arg0) |
None | __init__ (self, PointOnFace proj, MeshTriPoint mtp, float distanceAlongLine) |
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::MeshIntersectionResult \\addtogroup AABBTreeGroup \\{
None mrmeshpy.MeshIntersectionResult.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented in mrmeshpy.MultiMeshIntersectionResult, and mrmeshpy.MultiMeshIntersectionResult.
None mrmeshpy.MeshIntersectionResult.__init__ | ( | self, | |
MeshIntersectionResult | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.MultiMeshIntersectionResult, and mrmeshpy.MultiMeshIntersectionResult.
None mrmeshpy.MeshIntersectionResult.__init__ | ( | self, | |
PointOnFace | proj, | ||
MeshTriPoint | mtp, | ||
float | distanceAlongLine ) |
Implicit aggregate constructor.
Reimplemented in mrmeshpy.MultiMeshIntersectionResult, and mrmeshpy.MultiMeshIntersectionResult.
bool mrmeshpy.MeshIntersectionResult.__bool__ | ( | self | ) |
check for validity
|
staticprotected |
Reimplemented in mrmeshpy.MultiMeshIntersectionResult.
float mrmeshpy.MeshIntersectionResult.distanceAlongLine | ( | self | ) |
stores the distance from ray origin to the intersection point in direction units
None mrmeshpy.MeshIntersectionResult.distanceAlongLine | ( | self, | |
float | arg1 ) |
MeshTriPoint mrmeshpy.MeshIntersectionResult.mtp | ( | self | ) |
stores barycentric coordinates
None mrmeshpy.MeshIntersectionResult.mtp | ( | self, | |
MeshTriPoint | arg1 ) |
PointOnFace mrmeshpy.MeshIntersectionResult.proj | ( | self | ) |
stores intersected face and global coordinates
None mrmeshpy.MeshIntersectionResult.proj | ( | self, | |
PointOnFace | arg1 ) |