Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, OffsetContourIndex arg0) |
None | __init__ (self, int contourId, int vertId) |
bool | valid (self) |
int | contourId (self) |
None | contourId (self, int arg1) |
int | vertId (self) |
None | vertId (self, int arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::OffsetContourIndex
None mrmeshpy.OffsetContourIndex.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.OffsetContourIndex.__init__ | ( | self, | |
OffsetContourIndex | arg0 ) |
Implicit copy constructor.
None mrmeshpy.OffsetContourIndex.__init__ | ( | self, | |
int | contourId, | ||
int | vertId ) |
Implicit aggregate constructor.
|
staticprotected |
int mrmeshpy.OffsetContourIndex.contourId | ( | self | ) |
-1 means unknown index
None mrmeshpy.OffsetContourIndex.contourId | ( | self, | |
int | arg1 ) |
bool mrmeshpy.OffsetContourIndex.valid | ( | self | ) |
int mrmeshpy.OffsetContourIndex.vertId | ( | self | ) |
-1 means unknown index
None mrmeshpy.OffsetContourIndex.vertId | ( | self, | |
int | arg1 ) |