Public Member Functions | |
bool | __eq__ (self, typing.Any other) |
int | __getstate__ (self) |
int | __hash__ (self) |
int | __index__ (self) |
None | __init__ (self, int value) |
int | __int__ (self) |
bool | __ne__ (self, typing.Any other) |
str | __repr__ (self) |
None | __setstate__ (self, int state) |
str | __str__ (self) |
str | name (self) |
int | value (self) |
Static Public Attributes | |
typing | Edge .ClassVar[OneMeshIntersection.VariantIndex] |
typing | Face .ClassVar[OneMeshIntersection.VariantIndex] |
typing | Vertex .ClassVar[OneMeshIntersection.VariantIndex] |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Members: Face Edge Vertex
None mrmeshpy.OneMeshIntersection.VariantIndex.__init__ | ( | self, | |
int | value ) |
bool mrmeshpy.OneMeshIntersection.VariantIndex.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.OneMeshIntersection.VariantIndex.__getstate__ | ( | self | ) |
int mrmeshpy.OneMeshIntersection.VariantIndex.__hash__ | ( | self | ) |
int mrmeshpy.OneMeshIntersection.VariantIndex.__index__ | ( | self | ) |
int mrmeshpy.OneMeshIntersection.VariantIndex.__int__ | ( | self | ) |
bool mrmeshpy.OneMeshIntersection.VariantIndex.__ne__ | ( | self, | |
typing.Any | other ) |
str mrmeshpy.OneMeshIntersection.VariantIndex.__repr__ | ( | self | ) |
None mrmeshpy.OneMeshIntersection.VariantIndex.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.OneMeshIntersection.VariantIndex.__str__ | ( | self | ) |
|
staticprotected |
str mrmeshpy.OneMeshIntersection.VariantIndex.name | ( | self | ) |
int mrmeshpy.OneMeshIntersection.VariantIndex.value | ( | self | ) |
|
static |
|
static |
|
static |