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