Public Member Functions | |
None | __init__ (self, str name, ObjectPoints obj) |
None | __init__ (self, str name, ObjectPoints obj, VertCoords newNormals) |
None | __init__ (self, ChangePointCloudNormalsAction arg0) |
int | heapBytes (self) |
str | name (self) |
Static Public Member Functions | |
None | action (*args, **kwargs) |
None | setObjectDirty (ObjectPoints obj) |
Static Public Attributes | |
Obj = ObjectPoints | |
Generated from: MR::ChangePointCloudNormalsAction Undo action for changing normals in PointCloud \\ingroup HistoryGroup
None meshlib.mrmeshpy.ChangePointCloudNormalsAction.__init__ | ( | self, | |
str | name, | ||
ObjectPoints | obj ) |
use this constructor to remember point cloud's normals before making any changes in them
None meshlib.mrmeshpy.ChangePointCloudNormalsAction.__init__ | ( | self, | |
str | name, | ||
ObjectPoints | obj, | ||
VertCoords | newNormals ) |
use this constructor to remember point cloud's normals and immediate set new value
None meshlib.mrmeshpy.ChangePointCloudNormalsAction.__init__ | ( | self, | |
ChangePointCloudNormalsAction | arg0 ) |
Implicit copy constructor.
|
static |
This function is called on history action (undo, redo, etc.)
Reimplemented from meshlib.mrmeshpy.HistoryAction.
int meshlib.mrmeshpy.ChangePointCloudNormalsAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from meshlib.mrmeshpy.HistoryAction.
str meshlib.mrmeshpy.ChangePointCloudNormalsAction.name | ( | self | ) |
Reimplemented from meshlib.mrmeshpy.HistoryAction.
|
static |
|
static |