Inheritance diagram for mrmeshpy.ChangeFacesColorMapAction:Public Member Functions | |
| None | __init__ (self, str name, ObjectMeshHolder obj) |
| None | __init__ (self, str name, ObjectMeshHolder obj, FaceColors newColorMap) |
| None | __init__ (self, ChangeFacesColorMapAction arg0) |
| int | heapBytes (self) |
| str | name (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | action (*args, **kwargs) |
| ChangeFacesColorMapAction | operator (*args, **kwargs) |
| ChangeFacesColorMapAction | operator (*args, **kwargs) |
| None | setObjectDirty (ObjectMeshHolder obj) |
Static Public Attributes | |
| Obj = ObjectMeshHolder | |
Generated from: MR::ChangeFacesColorMapAction History action for faces color map change
|
static |
| None mrmeshpy.ChangeFacesColorMapAction.__init__ | ( | self, | |
| str | name, | ||
| ObjectMeshHolder | obj ) |
use this constructor to remember object's face colors before making any changes in them
| None mrmeshpy.ChangeFacesColorMapAction.__init__ | ( | self, | |
| str | name, | ||
| ObjectMeshHolder | obj, | ||
| FaceColors | newColorMap ) |
use this constructor to remember object's face colors and immediate set new value
| None mrmeshpy.ChangeFacesColorMapAction.__init__ | ( | self, | |
| ChangeFacesColorMapAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| int mrmeshpy.ChangeFacesColorMapAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.ChangeFacesColorMapAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
|
static |