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

Public Member Functions

None __init__ (self, str name, Object obj)
 
None __init__ (self, ChangeObjectAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

None action (*args, **kwargs)
 

Detailed Description

Generated from:  MR::ChangeObjectAction

History action for object change
\\ingroup HistoryGroup

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.ChangeObjectAction.__init__ ( self,
str name,
Object obj )
Constructed from original Object

◆ __init__() [2/2]

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

Member Function Documentation

◆ action()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ name()

str meshlib.mrmeshpy.ChangeObjectAction.name ( self)

Reimplemented from meshlib.mrmeshpy.HistoryAction.


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