MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.ChangeVisualizePropertyAction Class Reference
+ Inheritance diagram for meshlib.mrmeshpy.ChangeVisualizePropertyAction:

Public Member Functions

None __init__ (self, str name, VisualObject obj, AnyVisualizeMaskEnum visualizeMaskType)
 
None __init__ (self, str name, VisualObject obj, AnyVisualizeMaskEnum visualizeMaskType, ViewportMask newMask)
 
None __init__ (self, ChangeVisualizePropertyAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

None action (*args, **kwargs)
 
None setObjectDirty (*args, **kwargs)
 

Static Public Attributes

 Obj = VisualObject
 

Detailed Description

Generated from:  MR::ChangeVisualizePropertyAction

History action for visualizeMaskType change
\\ingroup HistoryGroup

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.ChangeVisualizePropertyAction.__init__ ( self,
str name,
VisualObject obj,
AnyVisualizeMaskEnum visualizeMaskType )
use this constructor to remember object's visualize property mask before making any changes in it

◆ __init__() [2/3]

None meshlib.mrmeshpy.ChangeVisualizePropertyAction.__init__ ( self,
str name,
VisualObject obj,
AnyVisualizeMaskEnum visualizeMaskType,
ViewportMask newMask )
use this constructor to remember object's visualize property mask and immediately set new value

◆ __init__() [3/3]

None meshlib.mrmeshpy.ChangeVisualizePropertyAction.__init__ ( self,
ChangeVisualizePropertyAction arg0 )
Implicit copy constructor.

Member Function Documentation

◆ action()

None meshlib.mrmeshpy.ChangeVisualizePropertyAction.action ( * self,
** actionType )
static
This function is called on history action (undo, redo, etc.)

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ heapBytes()

int meshlib.mrmeshpy.ChangeVisualizePropertyAction.heapBytes ( self)
returns the amount of memory this object occupies on heap

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ name()

str meshlib.mrmeshpy.ChangeVisualizePropertyAction.name ( self)

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ setObjectDirty()

None meshlib.mrmeshpy.ChangeVisualizePropertyAction.setObjectDirty ( * args,
** kwargs )
static

Member Data Documentation

◆ Obj

meshlib.mrmeshpy.ChangeVisualizePropertyAction.Obj = VisualObject
static

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