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

Public Member Functions

None __init__ (self, str name, Object obj, float scale)
 
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)
 

Detailed Description

Generated from:  MR::ChangeScaleAction

History action for scale object change
\\ingroup HistoryGroup

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.ChangeScaleAction.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/2]

None mrmeshpy.ChangeScaleAction.__init__ ( self,
str name,
Object obj,
float scale )
Constructor that performs object scaling, and remembers inverted scale value for undoing

Member Function Documentation

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangeScaleAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [1/2]

ChangeScaleAction mrmeshpy.ChangeScaleAction.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [2/2]

ChangeScaleAction mrmeshpy.ChangeScaleAction.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.HistoryAction.


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