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