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 | Selectable .ClassVar[ObjectSelectivityType] |
typing | Selected .ClassVar[ObjectSelectivityType] |
Members: Selectable Selected Any
None meshlib.mrmeshpy.ObjectSelectivityType.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.ObjectSelectivityType.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.ObjectSelectivityType.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.ObjectSelectivityType.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.ObjectSelectivityType.__index__ | ( | self | ) |
int meshlib.mrmeshpy.ObjectSelectivityType.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.ObjectSelectivityType.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.ObjectSelectivityType.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.ObjectSelectivityType.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.ObjectSelectivityType.__str__ | ( | self | ) |
str meshlib.mrmeshpy.ObjectSelectivityType.name | ( | self | ) |
int meshlib.mrmeshpy.ObjectSelectivityType.value | ( | self | ) |
|
static |
|
static |
|
static |