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

Public Member Functions

None __init__ (self, str name, ObjectPoints objPoints)
 
None __init__ (self, ChangePointPointSelectionAction arg0)
 
int heapBytes (self)
 
str name (self)
 
VertBitSet selection (self)
 

Static Public Member Functions

None action (*args, **kwargs)
 
None setObjectDirty (*args, **kwargs)
 

Static Public Attributes

 Obj = ObjectPoints
 

Detailed Description

Generated from:  MR::ChangePointPointSelectionAction

Undo action for ObjectPoints point selection

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.ChangePointPointSelectionAction.__init__ ( self,
str name,
ObjectPoints objPoints )
use this constructor to remember object's vertex selection before making any changes in it

◆ __init__() [2/2]

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

Member Function Documentation

◆ action()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ name()

str meshlib.mrmeshpy.ChangePointPointSelectionAction.name ( self)

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ selection()

VertBitSet meshlib.mrmeshpy.ChangePointPointSelectionAction.selection ( self)

◆ setObjectDirty()

None meshlib.mrmeshpy.ChangePointPointSelectionAction.setObjectDirty ( * args,
** kwargs )
static
empty because set dirty is inside selectPoints

Member Data Documentation

◆ Obj

meshlib.mrmeshpy.ChangePointPointSelectionAction.Obj = ObjectPoints
static

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