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

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)
 
ChangePolylinePointsAction operator (*args, **kwargs)
 
ChangePolylinePointsAction operator (*args, **kwargs)
 
None setObjectDirty (ObjectLines obj)
 

Static Public Attributes

 Obj = ObjectLines
 

Detailed Description

Generated from:  MR::ChangePolylinePointsAction

Undo action for ObjectLines points only (not topology) change

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

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

Member Function Documentation

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangePolylinePointsAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.HistoryAction.

◆ setObjectDirty()

None mrmeshpy.ChangePolylinePointsAction.setObjectDirty ( ObjectLines obj)
static

Member Data Documentation

◆ Obj

mrmeshpy.ChangePolylinePointsAction.Obj = ObjectLines
static

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