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 meshlib.mrmeshpy.FeaturesObjectKind.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.FeaturesObjectKind.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.FeaturesObjectKind.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.FeaturesObjectKind.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.FeaturesObjectKind.__index__ | ( | self | ) |
int meshlib.mrmeshpy.FeaturesObjectKind.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.FeaturesObjectKind.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.FeaturesObjectKind.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.FeaturesObjectKind.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.FeaturesObjectKind.__str__ | ( | self | ) |
str meshlib.mrmeshpy.FeaturesObjectKind.name | ( | self | ) |
int meshlib.mrmeshpy.FeaturesObjectKind.value | ( | self | ) |
|
staticprotected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |