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

Public Member Functions

bool __bool__ (self)
 
None __init__ (self)
 
None __init__ (self, SegmentSegmentIntersectResult arg0)
 
None __init__ (self, bool doIntersect, bool cIsLeftFromAB)
 
bool cIsLeftFromAB (self)
 
None cIsLeftFromAB (self, bool arg1)
 
bool doIntersect (self)
 
None doIntersect (self, bool arg1)
 

Detailed Description

Generated from:  MR::SegmentSegmentIntersectResult

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.SegmentSegmentIntersectResult.__init__ ( self,
bool doIntersect,
bool cIsLeftFromAB )
Implicit aggregate constructor.

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.SegmentSegmentIntersectResult.__bool__ ( self)

◆ cIsLeftFromAB() [1/2]

bool meshlib.mrmeshpy.SegmentSegmentIntersectResult.cIsLeftFromAB ( self)
whether the directed line AB has C point at the left

◆ cIsLeftFromAB() [2/2]

None meshlib.mrmeshpy.SegmentSegmentIntersectResult.cIsLeftFromAB ( self,
bool arg1 )

◆ doIntersect() [1/2]

bool meshlib.mrmeshpy.SegmentSegmentIntersectResult.doIntersect ( self)
whether the segments intersect

◆ doIntersect() [2/2]

None meshlib.mrmeshpy.SegmentSegmentIntersectResult.doIntersect ( self,
bool arg1 )

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