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

Public Member Functions

int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

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

Detailed Description

Generated from:  MR::PartialChangeMeshTopologyAction

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.PartialChangeMeshTopologyAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.HistoryAction.


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