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