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

Public Member Functions

None __init__ (self, str name, ObjectVoxels obj)
 
None __init__ (self, ChangeActiveBoxAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

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

Static Public Attributes

 Obj = ObjectVoxels
 

Detailed Description

Generated from:  MR::ChangeActiveBoxAction

Undo action for ObjectVoxels active bounds change

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.ChangeActiveBoxAction.__init__ ( self,
str name,
ObjectVoxels obj )
use this constructor to remember object's active box before making any changes in it

◆ __init__() [2/2]

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

Member Function Documentation

◆ action()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ name()

str meshlib.mrmeshpy.ChangeActiveBoxAction.name ( self)

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ setObjectDirty()

None meshlib.mrmeshpy.ChangeActiveBoxAction.setObjectDirty ( * args,
** kwargs )
static

Member Data Documentation

◆ Obj

meshlib.mrmeshpy.ChangeActiveBoxAction.Obj = ObjectVoxels
static

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