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

Public Member Functions

None __init__ (self, str name, ObjectPoints obj)
 
None __init__ (self, str name, ObjectPoints obj, VertCoords newPoints)
 
None __init__ (self, ChangePointCloudPointsAction 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::ChangePointCloudPointsAction

Undo action for points field inside ObjectPoints
\\ingroup HistoryGroup

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None meshlib.mrmeshpy.ChangePointCloudPointsAction.__init__ ( self,
str name,
ObjectPoints obj,
VertCoords newPoints )
use this constructor to remember object's points field and immediate set new value

◆ __init__() [3/3]

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

Member Function Documentation

◆ action()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ name()

str meshlib.mrmeshpy.ChangePointCloudPointsAction.name ( self)

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ setObjectDirty()

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

Member Data Documentation

◆ Obj

meshlib.mrmeshpy.ChangePointCloudPointsAction.Obj = ObjectPoints
static

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