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