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)
 
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
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::ChangePointCloudAction

Undo action for ObjectMesh mesh change
\\ingroup HistoryGroup

Constructor & Destructor Documentation

◆ __init__() [1/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

◆ __init__() [2/2]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ 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.

◆ 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: