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