Inheritance diagram for mrmeshpy.ChangeOnePointInCloudAction:Public Member Functions | |
| None | __init__ (self, str name, ObjectPoints obj, VertId pointId) |
| None | __init__ (self, str name, ObjectPoints obj, VertId pointId, Vector3f newCoords) |
| None | __init__ (self, ChangeOnePointInCloudAction arg0) |
| int | heapBytes (self) |
| str | name (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | action (*args, **kwargs) |
| ChangeOnePointInCloudAction | operator (*args, **kwargs) |
| ChangeOnePointInCloudAction | operator (*args, **kwargs) |
| None | setObjectDirty (ObjectPoints obj) |
Static Public Attributes | |
| Obj = ObjectPoints | |
Generated from: MR::ChangeOnePointInCloudAction Undo action that modifies one point's coordinates inside ObjectPoints
|
static |
| None mrmeshpy.ChangeOnePointInCloudAction.__init__ | ( | self, | |
| str | name, | ||
| ObjectPoints | obj, | ||
| VertId | pointId ) |
use this constructor to remember point's coordinates before making any changes in it
| None mrmeshpy.ChangeOnePointInCloudAction.__init__ | ( | self, | |
| str | name, | ||
| ObjectPoints | obj, | ||
| VertId | pointId, | ||
| Vector3f | newCoords ) |
use this constructor to remember point's coordinates and immediate set new coordinates
| None mrmeshpy.ChangeOnePointInCloudAction.__init__ | ( | self, | |
| ChangeOnePointInCloudAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| int mrmeshpy.ChangeOnePointInCloudAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.ChangeOnePointInCloudAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
|
static |