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 | centimeters2 .ClassVar[AreaUnit] |
| typing | feet2 .ClassVar[AreaUnit] |
| typing | inches2 .ClassVar[AreaUnit] |
| typing | meters2 .ClassVar[AreaUnit] |
| typing | microns2 .ClassVar[AreaUnit] |
| typing | millimeters2 .ClassVar[AreaUnit] |
Static Protected Attributes | |
| typing | _count .ClassVar[AreaUnit] |
Members: microns2 millimeters2 centimeters2 meters2 inches2 feet2 _count
| None mrmeshpy.AreaUnit.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.AreaUnit.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.AreaUnit.__getstate__ | ( | self | ) |
| int mrmeshpy.AreaUnit.__hash__ | ( | self | ) |
| int mrmeshpy.AreaUnit.__index__ | ( | self | ) |
| int mrmeshpy.AreaUnit.__int__ | ( | self | ) |
| bool mrmeshpy.AreaUnit.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.AreaUnit.__repr__ | ( | self | ) |
| None mrmeshpy.AreaUnit.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.AreaUnit.__str__ | ( | self | ) |
| str mrmeshpy.AreaUnit.name | ( | self | ) |
| int mrmeshpy.AreaUnit.value | ( | self | ) |
|
staticprotected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |