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 | None .ClassVar[ArcPlane] |
| typing | XY .ClassVar[ArcPlane] |
| typing | XZ .ClassVar[ArcPlane] |
| typing | YZ .ClassVar[ArcPlane] |
Members: None : No plane selected XY : G17 — XY plane XZ : G18 — XZ plane YZ : G19 — YZ plane
| None mrmeshpy.ArcPlane.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.ArcPlane.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.ArcPlane.__getstate__ | ( | self | ) |
| int mrmeshpy.ArcPlane.__hash__ | ( | self | ) |
| int mrmeshpy.ArcPlane.__index__ | ( | self | ) |
| int mrmeshpy.ArcPlane.__int__ | ( | self | ) |
| bool mrmeshpy.ArcPlane.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.ArcPlane.__repr__ | ( | self | ) |
| None mrmeshpy.ArcPlane.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.ArcPlane.__str__ | ( | self | ) |
| str mrmeshpy.ArcPlane.name | ( | self | ) |
| int mrmeshpy.ArcPlane.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |