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