Public Member Functions | |
None | __init__ (self, str name, ObjectPoints objPoints) |
None | __init__ (self, ChangePointPointSelectionAction arg0) |
int | heapBytes (self) |
str | name (self) |
VertBitSet | selection (self) |
Static Public Member Functions | |
None | action (*args, **kwargs) |
None | setObjectDirty (*args, **kwargs) |
Static Public Attributes | |
Obj = ObjectPoints | |
Generated from: MR::ChangePointPointSelectionAction Undo action for ObjectPoints point selection
None meshlib.mrmeshpy.ChangePointPointSelectionAction.__init__ | ( | self, | |
str | name, | ||
ObjectPoints | objPoints ) |
use this constructor to remember object's vertex selection before making any changes in it
None meshlib.mrmeshpy.ChangePointPointSelectionAction.__init__ | ( | self, | |
ChangePointPointSelectionAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangePointPointSelectionAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangePointPointSelectionAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.
VertBitSet meshlib.mrmeshpy.ChangePointPointSelectionAction.selection | ( | self | ) |
|
static |
empty because set dirty is inside selectPoints
|
static |