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) |
Generated from: MR::ChangeObjectAction History action for object change \\ingroup HistoryGroup
None meshlib.mrmeshpy.ChangeObjectAction.__init__ | ( | self, | |
str | name, | ||
Object | obj ) |
Constructed from original Object
None meshlib.mrmeshpy.ChangeObjectAction.__init__ | ( | self, | |
ChangeObjectAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangeObjectAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangeObjectAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.