MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ChangVoxelSelectionAction Class Reference
+ Inheritance diagram for mrmeshpy.ChangVoxelSelectionAction:

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
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::ChangVoxelSelectionAction

Undo action for ObjectVoxels face selection

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.ChangVoxelSelectionAction.__init__ ( self,
str name,
ObjectVoxels objVoxels )
use this constructor to remember object's face selection before making any changes in it

◆ __init__() [2/2]

None mrmeshpy.ChangVoxelSelectionAction.__init__ ( self,
ChangVoxelSelectionAction arg0 )
Implicit copy constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.ChangVoxelSelectionAction._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

Reimplemented from mrmeshpy.HistoryAction.

◆ action()

None mrmeshpy.ChangVoxelSelectionAction.action ( * self,
** actionType )
static
This function is called on history action (undo, redo, etc.)

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

int mrmeshpy.ChangVoxelSelectionAction.heapBytes ( self)
returns the amount of memory this object occupies on heap

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangVoxelSelectionAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ selection()

VoxelBitSet mrmeshpy.ChangVoxelSelectionAction.selection ( self)

◆ setObjectDirty()

None mrmeshpy.ChangVoxelSelectionAction.setObjectDirty ( * args,
** kwargs )
static
empty because set dirty is inside selectFaces

Member Data Documentation

◆ Obj

mrmeshpy.ChangVoxelSelectionAction.Obj = ObjectVoxels
static

The documentation for this class was generated from the following file: