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 | |
Generated from: MR::ChangeVisualizePropertyAction History action for visualizeMaskType change \\ingroup HistoryGroup
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
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
None meshlib.mrmeshpy.ChangeVisualizePropertyAction.__init__ | ( | self, | |
ChangeVisualizePropertyAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangeVisualizePropertyAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangeVisualizePropertyAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.
|
static |
|
static |