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