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 | centimeters .ClassVar[LengthUnit] |
| typing | feet .ClassVar[LengthUnit] |
| typing | inches .ClassVar[LengthUnit] |
| typing | meters .ClassVar[LengthUnit] |
| typing | microns .ClassVar[LengthUnit] |
| typing | millimeters .ClassVar[LengthUnit] |
Static Protected Attributes | |
| typing | _count .ClassVar[LengthUnit] |
Members: microns millimeters centimeters meters inches feet _count
| None mrmeshpy.LengthUnit.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.LengthUnit.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.LengthUnit.__getstate__ | ( | self | ) |
| int mrmeshpy.LengthUnit.__hash__ | ( | self | ) |
| int mrmeshpy.LengthUnit.__index__ | ( | self | ) |
| int mrmeshpy.LengthUnit.__int__ | ( | self | ) |
| bool mrmeshpy.LengthUnit.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.LengthUnit.__repr__ | ( | self | ) |
| None mrmeshpy.LengthUnit.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.LengthUnit.__str__ | ( | self | ) |
| str mrmeshpy.LengthUnit.name | ( | self | ) |
| int mrmeshpy.LengthUnit.value | ( | self | ) |
|
staticprotected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |