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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
None action (*args, **kwargs)
 
ChangePointCloudAction operator (*args, **kwargs)
 
ChangePointCloudAction operator (*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 mrmeshpy.ChangePointCloudAction.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/2]

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

Member Function Documentation

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangePointCloudAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [1/2]

ChangePointCloudAction mrmeshpy.ChangePointCloudAction.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [2/2]

ChangePointCloudAction mrmeshpy.ChangePointCloudAction.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.HistoryAction.

◆ setObjectDirty()

None mrmeshpy.ChangePointCloudAction.setObjectDirty ( ObjectPoints obj)
static

Member Data Documentation

◆ Obj

mrmeshpy.ChangePointCloudAction.Obj = ObjectPoints
static

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