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