Public Member Functions | |
None | __init__ (self, PartialChangeMeshTopologyAction arg0) |
int | heapBytes (self) |
str | name (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
None | __init__ (*args, **kwargs) |
None | action (*args, **kwargs) |
Generated from: MR::PartialChangeMeshTopologyAction Undo action for efficiently storage of partial change in mesh topology (e.g. a modification of small region)
|
static |
use this constructor after the object already contains new topology, and old topology is passed to remember the difference for future undoing
|
static |
use this constructor to set new object's topology and remember its difference from existed topology for future undoing
None meshlib.mrmeshpy.PartialChangeMeshTopologyAction.__init__ | ( | self, | |
PartialChangeMeshTopologyAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.PartialChangeMeshTopologyAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.PartialChangeMeshTopologyAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.