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