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 |
Generated from: MR::SegmentSegmentIntersectResult
|
static |
None mrmeshpy.SegmentSegmentIntersectResult.__init__ | ( | self | ) |
None mrmeshpy.SegmentSegmentIntersectResult.__init__ | ( | self, | |
bool | doIntersect, | ||
bool | cIsLeftFromAB ) |
Implicit aggregate constructor.
bool mrmeshpy.SegmentSegmentIntersectResult.__bool__ | ( | self | ) |
bool mrmeshpy.SegmentSegmentIntersectResult.cIsLeftFromAB | ( | self | ) |
whether the directed line AB has C point at the left
None mrmeshpy.SegmentSegmentIntersectResult.cIsLeftFromAB | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.SegmentSegmentIntersectResult.doIntersect | ( | self | ) |
whether the segments intersect
None mrmeshpy.SegmentSegmentIntersectResult.doIntersect | ( | self, | |
bool | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |