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