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 | Negative .ClassVar[PlanarTriangulation.WindingMode] |
typing | NonZero .ClassVar[PlanarTriangulation.WindingMode] |
typing | Positive .ClassVar[PlanarTriangulation.WindingMode] |
Members: NonZero Positive Negative
None meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__index__ | ( | self | ) |
int meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.PlanarTriangulation.WindingMode.__str__ | ( | self | ) |
str meshlib.mrmeshpy.PlanarTriangulation.WindingMode.name | ( | self | ) |
int meshlib.mrmeshpy.PlanarTriangulation.WindingMode.value | ( | self | ) |
|
static |
|
static |
|
static |