Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PolylineIntersectionResult2 arg0) |
None | __init__ (self, EdgePoint edgePoint, float distanceAlongLine) |
float | distanceAlongLine (self) |
None | distanceAlongLine (self, float arg1) |
EdgePoint | edgePoint (self) |
None | edgePoint (self, EdgePoint arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::PolylineIntersectionResult2 \\}
None mrmeshpy.PolylineIntersectionResult2.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.PolylineIntersectionResult2.__init__ | ( | self, | |
PolylineIntersectionResult2 | arg0 ) |
Implicit copy constructor.
None mrmeshpy.PolylineIntersectionResult2.__init__ | ( | self, | |
EdgePoint | edgePoint, | ||
float | distanceAlongLine ) |
Implicit aggregate constructor.
|
staticprotected |
float mrmeshpy.PolylineIntersectionResult2.distanceAlongLine | ( | self | ) |
stores the distance from ray origin to the intersection point in direction units
None mrmeshpy.PolylineIntersectionResult2.distanceAlongLine | ( | self, | |
float | arg1 ) |
EdgePoint mrmeshpy.PolylineIntersectionResult2.edgePoint | ( | self | ) |
intersection point in polyline
None mrmeshpy.PolylineIntersectionResult2.edgePoint | ( | self, | |
EdgePoint | arg1 ) |