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