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

Public Member Functions

None __init__ (self, str name, ObjectLines obj)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
None action (*args, **kwargs)
 
ChangePolylineAction operator (*args, **kwargs)
 
ChangePolylineAction operator (*args, **kwargs)
 
None setObjectDirty (ObjectLines obj)
 

Static Public Attributes

 Obj = ObjectLines
 

Detailed Description

Generated from:  MR::ChangePolylineAction

Undo action for ObjectLines polyline change

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

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

Member Function Documentation

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangePolylineAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.HistoryAction.

◆ setObjectDirty()

None mrmeshpy.ChangePolylineAction.setObjectDirty ( ObjectLines obj)
static

Member Data Documentation

◆ Obj

mrmeshpy.ChangePolylineAction.Obj = ObjectLines
static

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