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