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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
SegmentSegmentIntersectResult operator (*args, **kwargs)
 
SegmentSegmentIntersectResult operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_cIsLeftFromAB = 1
 
typing _offsetof_doIntersect = 0
 

Detailed Description

Generated from:  MR::SegmentSegmentIntersectResult

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.SegmentSegmentIntersectResult.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ __bool__()

bool mrmeshpy.SegmentSegmentIntersectResult.__bool__ ( self)

◆ cIsLeftFromAB() [1/2]

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

◆ cIsLeftFromAB() [2/2]

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

◆ doIntersect() [1/2]

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

◆ doIntersect() [2/2]

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

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_cIsLeftFromAB

typing mrmeshpy.SegmentSegmentIntersectResult._offsetof_cIsLeftFromAB = 1
staticprotected

◆ _offsetof_doIntersect

typing mrmeshpy.SegmentSegmentIntersectResult._offsetof_doIntersect = 0
staticprotected

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