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 | Circle .ClassVar[FeaturesObjectKind] |
| typing | Cone .ClassVar[FeaturesObjectKind] |
| typing | Cylinder .ClassVar[FeaturesObjectKind] |
| typing | Line .ClassVar[FeaturesObjectKind] |
| typing | Plane .ClassVar[FeaturesObjectKind] |
| typing | Point .ClassVar[FeaturesObjectKind] |
| typing | Sphere .ClassVar[FeaturesObjectKind] |
Static Protected Attributes | |
| typing | _count .ClassVar[FeaturesObjectKind] |
Members: Point Line Plane Circle Sphere Cylinder Cone _count
| None mrmeshpy.FeaturesObjectKind.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.FeaturesObjectKind.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.FeaturesObjectKind.__getstate__ | ( | self | ) |
| int mrmeshpy.FeaturesObjectKind.__hash__ | ( | self | ) |
| int mrmeshpy.FeaturesObjectKind.__index__ | ( | self | ) |
| int mrmeshpy.FeaturesObjectKind.__int__ | ( | self | ) |
| bool mrmeshpy.FeaturesObjectKind.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.FeaturesObjectKind.__repr__ | ( | self | ) |
| None mrmeshpy.FeaturesObjectKind.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.FeaturesObjectKind.__str__ | ( | self | ) |
| str mrmeshpy.FeaturesObjectKind.name | ( | self | ) |
| int mrmeshpy.FeaturesObjectKind.value | ( | self | ) |
|
staticprotected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |