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

Public Member Functions

None __init__ (self)
 
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
 

Detailed Description

Generated from:  MR::PolylineIntersectionResult2

\\}

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.PolylineIntersectionResult2.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.PolylineIntersectionResult2.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ 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 )

◆ operator() [1/2]

PolylineIntersectionResult2 mrmeshpy.PolylineIntersectionResult2.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

PolylineIntersectionResult2 mrmeshpy.PolylineIntersectionResult2.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_distanceAlongLine

typing mrmeshpy.PolylineIntersectionResult2._offsetof_distanceAlongLine = 8
staticprotected

◆ _offsetof_edgePoint

typing mrmeshpy.PolylineIntersectionResult2._offsetof_edgePoint = 0
staticprotected

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