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)
 
None __init__ (self, ChangePolylinePointsAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

None action (*args, **kwargs)
 
None setObjectDirty (ObjectLines obj)
 

Static Public Attributes

 Obj = ObjectLines
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

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__ ( self,
str name,
ObjectLines obj )
use this constructor to remember object's lines points before making any changes in it

◆ __init__() [2/2]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.ChangePolylinePointsAction._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

Reimplemented from mrmeshpy.HistoryAction.

◆ 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.

◆ 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: