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

Public Member Functions

None __init__ (self, str name, Object obj)
 
None __init__ (self, str name, Object obj, AffineXf3f newXf)
 
int heapBytes (self)
 
str name (self)
 
Object obj (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
None action (*args, **kwargs)
 
ChangeXfAction operator (*args, **kwargs)
 
ChangeXfAction operator (*args, **kwargs)
 

Detailed Description

Generated from:  MR::ChangeXfAction

History action for xf change
\\ingroup HistoryGroup

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.ChangeXfAction.__init__ ( self,
str name,
Object obj )
use this constructor to remember object's transformation before making any changes in it

◆ __init__() [3/3]

None mrmeshpy.ChangeXfAction.__init__ ( self,
str name,
Object obj,
AffineXf3f newXf )
use this constructor to remember object's transformation and immediately set new mesh

Member Function Documentation

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangeXfAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ obj()

Object mrmeshpy.ChangeXfAction.obj ( self)

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.HistoryAction.


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