MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ChangeMeshFaceSelectionAction Class Reference
+ 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 action (*args, **kwargs)
 
None setObjectDirty (*args, **kwargs)
 

Static Public Attributes

 Obj = ObjectMesh
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::ChangeMeshFaceSelectionAction

Undo action for ObjectMesh face selection

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangeMeshFaceSelectionAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ selection()

FaceBitSet mrmeshpy.ChangeMeshFaceSelectionAction.selection ( self)

◆ setObjectDirty()

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

Member Data Documentation

◆ Obj

mrmeshpy.ChangeMeshFaceSelectionAction.Obj = ObjectMesh
static

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