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 | Count .ClassVar[TPMS.Type] |
typing | DoubleGyroid .ClassVar[TPMS.Type] |
typing | DoubleSchwartzP .ClassVar[TPMS.Type] |
typing | Gyroid .ClassVar[TPMS.Type] |
typing | SchwartzP .ClassVar[TPMS.Type] |
Members: SchwartzP DoubleSchwartzP Gyroid DoubleGyroid Count
None mrmeshpy.TPMS.Type.__init__ | ( | self, | |
int | value ) |
bool mrmeshpy.TPMS.Type.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.TPMS.Type.__getstate__ | ( | self | ) |
int mrmeshpy.TPMS.Type.__hash__ | ( | self | ) |
int mrmeshpy.TPMS.Type.__index__ | ( | self | ) |
int mrmeshpy.TPMS.Type.__int__ | ( | self | ) |
bool mrmeshpy.TPMS.Type.__ne__ | ( | self, | |
typing.Any | other ) |
str mrmeshpy.TPMS.Type.__repr__ | ( | self | ) |
None mrmeshpy.TPMS.Type.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.TPMS.Type.__str__ | ( | self | ) |
str mrmeshpy.TPMS.Type.name | ( | self | ) |
int mrmeshpy.TPMS.Type.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |