Public Member Functions | |
None | __init__ (self, str name, ObjectVoxels obj) |
None | __init__ (self, ChangeGridAction arg0) |
None | action (self, HistoryAction.Type obj) |
int | heapBytes (self) |
str | name (self) |
Static Public Member Functions | |
None | setObjectDirty (ObjectVoxels obj) |
Static Public Attributes | |
Obj = ObjectVoxels | |
Generated from: MR::ChangeGridAction Undo action for ObjectVoxels all data change (need for faster undo redo)
None meshlib.mrmeshpy.ChangeGridAction.__init__ | ( | self, | |
str | name, | ||
ObjectVoxels | obj ) |
use this constructor to remember object's data before making any changes in it
None meshlib.mrmeshpy.ChangeGridAction.__init__ | ( | self, | |
ChangeGridAction | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.ChangeGridAction.action | ( | self, | |
HistoryAction.Type | actionType ) |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangeGridAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangeGridAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.
|
static |
|
static |