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 Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PolylineIntersectionResult2 | operator (*args, **kwargs) |
| PolylineIntersectionResult2 | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_distanceAlongLine = 8 |
| typing | _offsetof_edgePoint = 0 |
Generated from: MR::PolylineIntersectionResult2
|
static |
| None mrmeshpy.PolylineIntersectionResult2.__init__ | ( | self | ) |
| None mrmeshpy.PolylineIntersectionResult2.__init__ | ( | self, | |
| PolylineIntersectionResult2 | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PolylineIntersectionResult2.__init__ | ( | self, | |
| EdgePoint | edgePoint, | ||
| float | distanceAlongLine ) |
Implicit aggregate constructor.
| 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 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |