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

Public Member Functions

None __init__ (self, str name, ObjectLines obj, VertId pointId)
 
None __init__ (self, str name, ObjectLines obj, VertId pointId, Vector3f newCoords)
 
None __init__ (self, ChangeOnePointInPolylineAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

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

Static Public Attributes

 Obj = ObjectLines
 

Detailed Description

Generated from:  MR::ChangeOnePointInPolylineAction

Undo action that modifies one point's coordinates inside ObjectPolyline

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.ChangeOnePointInPolylineAction.__init__ ( self,
str name,
ObjectLines obj,
VertId pointId )
use this constructor to remember point's coordinates before making any changes in it

◆ __init__() [3/4]

None mrmeshpy.ChangeOnePointInPolylineAction.__init__ ( self,
str name,
ObjectLines obj,
VertId pointId,
Vector3f newCoords )
use this constructor to remember point's coordinates and immediate set new coordinates

◆ __init__() [4/4]

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

Member Function Documentation

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangeOnePointInPolylineAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [1/2]

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

Reimplemented from mrmeshpy.HistoryAction.

◆ operator() [2/2]

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

Reimplemented from mrmeshpy.HistoryAction.

◆ setObjectDirty()

None mrmeshpy.ChangeOnePointInPolylineAction.setObjectDirty ( ObjectLines obj)
static

Member Data Documentation

◆ Obj

mrmeshpy.ChangeOnePointInPolylineAction.Obj = ObjectLines
static

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