Public Member Functions | |
None | __init__ (self, str name, ObjectVoxels obj) |
None | __init__ (self, str name, ObjectVoxels obj, bool storeDual) |
None | __init__ (self, ChangeDualMarchingCubesAction arg0) |
int | heapBytes (self) |
str | name (self) |
Static Public Member Functions | |
None | action (*args, **kwargs) |
None | setObjectDirty (*args, **kwargs) |
Static Public Attributes | |
Obj = ObjectVoxels | |
Generated from: MR::ChangeDualMarchingCubesAction Undo action for ObjectVoxels dual/standard marching cubes change
None meshlib.mrmeshpy.ChangeDualMarchingCubesAction.__init__ | ( | self, | |
str | name, | ||
ObjectVoxels | obj ) |
use this constructor to remember object's dual-value before making any changes in it
None meshlib.mrmeshpy.ChangeDualMarchingCubesAction.__init__ | ( | self, | |
str | name, | ||
ObjectVoxels | obj, | ||
bool | storeDual ) |
use this constructor to remember given dual-value (and not the current value in the object)
None meshlib.mrmeshpy.ChangeDualMarchingCubesAction.__init__ | ( | self, | |
ChangeDualMarchingCubesAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangeDualMarchingCubesAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangeDualMarchingCubesAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.
|
static |
|
static |