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

Public Member Functions

None __init__ (self, PartialChangeMeshPointsAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

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

Detailed Description

Generated from:  MR::PartialChangeMeshPointsAction

Undo action for efficiently storage of partial change in mesh points (e.g. a modification of small region)

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.PartialChangeMeshPointsAction.__init__ ( * args,
** kwargs )
static
use this constructor after the object already contains new points,
and old points are passed to remember the difference for future undoing

◆ __init__() [2/3]

None meshlib.mrmeshpy.PartialChangeMeshPointsAction.__init__ ( * args,
** kwargs )
static
use this constructor to set new object's points and remember its difference from existed points for future undoing

◆ __init__() [3/3]

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

Member Function Documentation

◆ action()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from meshlib.mrmeshpy.HistoryAction.

◆ name()

str meshlib.mrmeshpy.PartialChangeMeshPointsAction.name ( self)

Reimplemented from meshlib.mrmeshpy.HistoryAction.


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