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

Public Member Functions

None __init__ (self, str name, ObjectMeshHolder obj)
 
None __init__ (self, str name, ObjectMeshHolder obj, VertUVCoords newUvCoords)
 
None __init__ (self, ChangeMeshUVCoordsAction arg0)
 
int heapBytes (self)
 
str name (self)
 

Static Public Member Functions

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

Static Public Attributes

 Obj = ObjectMeshHolder
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::ChangeMeshUVCoordsAction

Undo action for ObjectMeshHolder uvCoords change

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.ChangeMeshUVCoordsAction.__init__ ( self,
str name,
ObjectMeshHolder obj )
use this constructor to remember object's uv-coordinates before making any changes in them

◆ __init__() [2/3]

None mrmeshpy.ChangeMeshUVCoordsAction.__init__ ( self,
str name,
ObjectMeshHolder obj,
VertUVCoords newUvCoords )
use this constructor to remember object's uv-coordinates and immediate set new value

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ action()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ heapBytes()

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

Reimplemented from mrmeshpy.HistoryAction.

◆ name()

str mrmeshpy.ChangeMeshUVCoordsAction.name ( self)

Reimplemented from mrmeshpy.HistoryAction.

◆ setObjectDirty()

None mrmeshpy.ChangeMeshUVCoordsAction.setObjectDirty ( ObjectMeshHolder obj)
static

Member Data Documentation

◆ Obj

mrmeshpy.ChangeMeshUVCoordsAction.Obj = ObjectMeshHolder
static

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