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