Public Member Functions | |
None | __init__ (self, str name, ObjectMesh obj) |
None | __init__ (self, str name, ObjectMesh obj, MeshTopology newTopology) |
None | __init__ (self, ChangeMeshTopologyAction arg0) |
int | heapBytes (self) |
str | name (self) |
Static Public Member Functions | |
None | action (*args, **kwargs) |
None | setObjectDirty (ObjectMesh obj) |
Static Public Attributes | |
Obj = ObjectMesh | |
Generated from: MR::ChangeMeshTopologyAction Undo action for ObjectMesh topology only (not points) change
None meshlib.mrmeshpy.ChangeMeshTopologyAction.__init__ | ( | self, | |
str | name, | ||
ObjectMesh | obj ) |
use this constructor to remember object's mesh points before making any changes in it
None meshlib.mrmeshpy.ChangeMeshTopologyAction.__init__ | ( | self, | |
str | name, | ||
ObjectMesh | obj, | ||
MeshTopology | newTopology ) |
use this constructor to remember object's mesh topology and immediate set new value
None meshlib.mrmeshpy.ChangeMeshTopologyAction.__init__ | ( | self, | |
ChangeMeshTopologyAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangeMeshTopologyAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangeMeshTopologyAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.
|
static |
|
static |