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 | Any .ClassVar[ObjectSelectivityType] |
| typing | LocalSelectable .ClassVar[ObjectSelectivityType] |
| typing | LocalSelected .ClassVar[ObjectSelectivityType] |
| typing | Selectable .ClassVar[ObjectSelectivityType] |
| typing | Selected .ClassVar[ObjectSelectivityType] |
Members: Selectable : object itself and all its ancestors are selectable LocalSelectable : object itself is selectable Selected : object itself is selected and all its ancestors are selectable LocalSelected : object itself is selected Any : any object
| None mrmeshpy.ObjectSelectivityType.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.ObjectSelectivityType.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.ObjectSelectivityType.__getstate__ | ( | self | ) |
| int mrmeshpy.ObjectSelectivityType.__hash__ | ( | self | ) |
| int mrmeshpy.ObjectSelectivityType.__index__ | ( | self | ) |
| int mrmeshpy.ObjectSelectivityType.__int__ | ( | self | ) |
| bool mrmeshpy.ObjectSelectivityType.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.ObjectSelectivityType.__repr__ | ( | self | ) |
| None mrmeshpy.ObjectSelectivityType.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.ObjectSelectivityType.__str__ | ( | self | ) |
| str mrmeshpy.ObjectSelectivityType.name | ( | self | ) |
| int mrmeshpy.ObjectSelectivityType.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |