MeshLib Python Docs
Loading...
Searching...
No Matches
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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::PolylineIntersectionResult2

\\}

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.PolylineIntersectionResult2._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ distanceAlongLine() [1/2]

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

◆ distanceAlongLine() [2/2]

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

◆ edgePoint() [1/2]

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

◆ edgePoint() [2/2]

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

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