MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.VisualizeMaskType Class Reference

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]
 

Detailed Description

Members:

  Visibility

  InvertedNormals

  Name

  Labels

  CropLabelsByViewportRect

  ClippedByPlane

  DepthTest

  _count

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.VisualizeMaskType.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.VisualizeMaskType.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.VisualizeMaskType.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.VisualizeMaskType.__hash__ ( self)

◆ __index__()

int meshlib.mrmeshpy.VisualizeMaskType.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.VisualizeMaskType.__int__ ( self)

◆ __ne__()

bool meshlib.mrmeshpy.VisualizeMaskType.__ne__ ( self,
typing.Any other )

◆ __repr__()

str meshlib.mrmeshpy.VisualizeMaskType.__repr__ ( self)

◆ __setstate__()

None meshlib.mrmeshpy.VisualizeMaskType.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.VisualizeMaskType.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.VisualizeMaskType.name ( self)

◆ value()

int meshlib.mrmeshpy.VisualizeMaskType.value ( self)

Member Data Documentation

◆ _count

typing meshlib.mrmeshpy.VisualizeMaskType._count .ClassVar[VisualizeMaskType]
staticprotected

◆ ClippedByPlane

typing meshlib.mrmeshpy.VisualizeMaskType.ClippedByPlane .ClassVar[VisualizeMaskType]
static

◆ CropLabelsByViewportRect

typing meshlib.mrmeshpy.VisualizeMaskType.CropLabelsByViewportRect .ClassVar[VisualizeMaskType]
static

◆ DepthTest

typing meshlib.mrmeshpy.VisualizeMaskType.DepthTest .ClassVar[VisualizeMaskType]
static

◆ InvertedNormals

typing meshlib.mrmeshpy.VisualizeMaskType.InvertedNormals .ClassVar[VisualizeMaskType]
static

◆ Labels

typing meshlib.mrmeshpy.VisualizeMaskType.Labels .ClassVar[VisualizeMaskType]
static

◆ Name

typing meshlib.mrmeshpy.VisualizeMaskType.Name .ClassVar[VisualizeMaskType]
static

◆ Visibility

typing meshlib.mrmeshpy.VisualizeMaskType.Visibility .ClassVar[VisualizeMaskType]
static

The documentation for this class was generated from the following file: