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