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