Inheritance diagram for mrmeshpy.ChangeScaleAction:Public Member Functions | |
| None | __init__ (self, str name, Object obj, float scale) |
| None | __init__ (self, ChangeScaleAction arg0) |
| int | heapBytes (self) |
| str | name (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | action (*args, **kwargs) |
| ChangeScaleAction | operator (*args, **kwargs) |
| ChangeScaleAction | operator (*args, **kwargs) |
Generated from: MR::ChangeScaleAction History action for scale object change
|
static |
| None mrmeshpy.ChangeScaleAction.__init__ | ( | self, | |
| str | name, | ||
| Object | obj, | ||
| float | scale ) |
Constructor that performs object scaling, and remembers inverted scale value for undoing
| None mrmeshpy.ChangeScaleAction.__init__ | ( | self, | |
| ChangeScaleAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| int mrmeshpy.ChangeScaleAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.ChangeScaleAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.