MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.MeshVisualizePropertyType 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 BordersHighlight .ClassVar[MeshVisualizePropertyType]
 
typing Edges .ClassVar[MeshVisualizePropertyType]
 
typing EnableShading .ClassVar[MeshVisualizePropertyType]
 
typing Faces .ClassVar[MeshVisualizePropertyType]
 
typing FlatShading .ClassVar[MeshVisualizePropertyType]
 
typing OnlyOddFragments .ClassVar[MeshVisualizePropertyType]
 
typing Points .ClassVar[MeshVisualizePropertyType]
 
typing PolygonOffsetFromCamera .ClassVar[MeshVisualizePropertyType]
 
typing SelectedEdges .ClassVar[MeshVisualizePropertyType]
 
typing SelectedFaces .ClassVar[MeshVisualizePropertyType]
 
typing Texture .ClassVar[MeshVisualizePropertyType]
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Static Protected Attributes

typing _count .ClassVar[MeshVisualizePropertyType]
 

Detailed Description

Members:

  Faces

  Texture

  Edges

  Points

  SelectedFaces

  SelectedEdges

  EnableShading

  FlatShading

  OnlyOddFragments

  BordersHighlight

  PolygonOffsetFromCamera : recommended for drawing edges on top of mesh

  _count

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.MeshVisualizePropertyType.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool mrmeshpy.MeshVisualizePropertyType.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.MeshVisualizePropertyType.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.MeshVisualizePropertyType.__hash__ ( self)

◆ __index__()

int mrmeshpy.MeshVisualizePropertyType.__index__ ( self)

◆ __int__()

int mrmeshpy.MeshVisualizePropertyType.__int__ ( self)

◆ __ne__()

bool mrmeshpy.MeshVisualizePropertyType.__ne__ ( self,
typing.Any other )

◆ __repr__()

str mrmeshpy.MeshVisualizePropertyType.__repr__ ( self)

◆ __setstate__()

None mrmeshpy.MeshVisualizePropertyType.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.MeshVisualizePropertyType.__str__ ( self)

◆ _pybind11_conduit_v1_()

mrmeshpy.MeshVisualizePropertyType._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ name()

str mrmeshpy.MeshVisualizePropertyType.name ( self)

◆ value()

int mrmeshpy.MeshVisualizePropertyType.value ( self)

Member Data Documentation

◆ _count

typing mrmeshpy.MeshVisualizePropertyType._count .ClassVar[MeshVisualizePropertyType]
staticprotected

◆ BordersHighlight

typing mrmeshpy.MeshVisualizePropertyType.BordersHighlight .ClassVar[MeshVisualizePropertyType]
static

◆ Edges

typing mrmeshpy.MeshVisualizePropertyType.Edges .ClassVar[MeshVisualizePropertyType]
static

◆ EnableShading

typing mrmeshpy.MeshVisualizePropertyType.EnableShading .ClassVar[MeshVisualizePropertyType]
static

◆ Faces

typing mrmeshpy.MeshVisualizePropertyType.Faces .ClassVar[MeshVisualizePropertyType]
static

◆ FlatShading

typing mrmeshpy.MeshVisualizePropertyType.FlatShading .ClassVar[MeshVisualizePropertyType]
static

◆ OnlyOddFragments

typing mrmeshpy.MeshVisualizePropertyType.OnlyOddFragments .ClassVar[MeshVisualizePropertyType]
static

◆ Points

typing mrmeshpy.MeshVisualizePropertyType.Points .ClassVar[MeshVisualizePropertyType]
static

◆ PolygonOffsetFromCamera

typing mrmeshpy.MeshVisualizePropertyType.PolygonOffsetFromCamera .ClassVar[MeshVisualizePropertyType]
static

◆ SelectedEdges

typing mrmeshpy.MeshVisualizePropertyType.SelectedEdges .ClassVar[MeshVisualizePropertyType]
static

◆ SelectedFaces

typing mrmeshpy.MeshVisualizePropertyType.SelectedFaces .ClassVar[MeshVisualizePropertyType]
static

◆ Texture

typing mrmeshpy.MeshVisualizePropertyType.Texture .ClassVar[MeshVisualizePropertyType]
static

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