MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.PolylineIntersectionResult2 Class Reference

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)
 

Detailed Description

Generated from:  MR::PolylineIntersectionResult2

\\}

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.PolylineIntersectionResult2.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.PolylineIntersectionResult2.__init__ ( self,
PolylineIntersectionResult2 arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.PolylineIntersectionResult2.__init__ ( self,
EdgePoint edgePoint,
float distanceAlongLine )
Implicit aggregate constructor.

Member Function Documentation

◆ distanceAlongLine() [1/2]

float meshlib.mrmeshpy.PolylineIntersectionResult2.distanceAlongLine ( self)
stores the distance from ray origin to the intersection point in direction units

◆ distanceAlongLine() [2/2]

None meshlib.mrmeshpy.PolylineIntersectionResult2.distanceAlongLine ( self,
float arg1 )

◆ edgePoint() [1/2]

EdgePoint meshlib.mrmeshpy.PolylineIntersectionResult2.edgePoint ( self)
intersection point in polyline

◆ edgePoint() [2/2]

None meshlib.mrmeshpy.PolylineIntersectionResult2.edgePoint ( self,
EdgePoint arg1 )

The documentation for this class was generated from the following file: