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

Public Member Functions

None __init__ (self, str name, ObjectPoints obj)
 
None __init__ (self, ChangePointCloudAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

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

Static Public Attributes

 Obj = ObjectPoints
 

Detailed Description

Generated from:  MR::ChangePointCloudAction

Undo action for ObjectMesh mesh change
\\ingroup HistoryGroup

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.ChangePointCloudAction.__init__ ( self,
str name,
ObjectPoints obj )
use this constructor to remember object's point cloud before making any changes in it

◆ __init__() [2/2]

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

Member Function Documentation

◆ action()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ name()

str meshlib.mrmeshpy.ChangePointCloudAction.name ( self)

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ setObjectDirty()

None meshlib.mrmeshpy.ChangePointCloudAction.setObjectDirty ( ObjectPoints obj)
static

Member Data Documentation

◆ Obj

meshlib.mrmeshpy.ChangePointCloudAction.Obj = ObjectPoints
static

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