Inheritance diagram for 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 | __init__ (*args, **kwargs) |
| None | action (*args, **kwargs) |
| ChangeVisualizePropertyAction | operator (*args, **kwargs) |
| ChangeVisualizePropertyAction | operator (*args, **kwargs) |
| None | setObjectDirty (*args, **kwargs) |
Static Public Attributes | |
| Obj = VisualObject | |
Generated from: MR::ChangeVisualizePropertyAction History action for visualizeMaskType change
|
static |
| None 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 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 mrmeshpy.ChangeVisualizePropertyAction.__init__ | ( | self, | |
| ChangeVisualizePropertyAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| int mrmeshpy.ChangeVisualizePropertyAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.ChangeVisualizePropertyAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
|
static |