Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ObjectMeshData arg0) |
| None | __init__ (self, Mesh mesh, FaceBitSet selectedFaces, UndirectedEdgeBitSet selectedEdges, UndirectedEdgeBitSet creases, VertColors vertColors, FaceColors faceColors, VertCoords2 uvCoordinates, TexturePerFace texturePerFace) |
| ObjectMeshData | clone (self) |
| int | heapBytes (self) |
| FaceBitSet | selectedFaces (self) |
| None | selectedFaces (self, FaceBitSet arg1) |
| VertCoords2 | uvCoordinates (self) |
| None | uvCoordinates (self, VertCoords2 arg1) |
| VertColors | vertColors (self) |
| None | vertColors (self, VertColors arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ObjectMeshData | operator (*args, **kwargs) |
| ObjectMeshData | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_creases = 80 |
| typing | _offsetof_faceColors = 136 |
| typing | _offsetof_mesh = 0 |
| typing | _offsetof_selectedEdges = 48 |
| typing | _offsetof_selectedFaces = 16 |
| typing | _offsetof_texturePerFace = 184 |
| typing | _offsetof_uvCoordinates = 160 |
| typing | _offsetof_vertColors = 112 |
Generated from: MR::ObjectMeshData mesh and its per-element attributes for ObjectMeshHolder
|
static |
| None mrmeshpy.ObjectMeshData.__init__ | ( | self | ) |
| None mrmeshpy.ObjectMeshData.__init__ | ( | self, | |
| ObjectMeshData | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ObjectMeshData.__init__ | ( | self, | |
| Mesh | mesh, | ||
| FaceBitSet | selectedFaces, | ||
| UndirectedEdgeBitSet | selectedEdges, | ||
| UndirectedEdgeBitSet | creases, | ||
| VertColors | vertColors, | ||
| FaceColors | faceColors, | ||
| VertCoords2 | uvCoordinates, | ||
| TexturePerFace | texturePerFace ) |
Implicit aggregate constructor.
| ObjectMeshData mrmeshpy.ObjectMeshData.clone | ( | self | ) |
returns copy of this object with mesh cloned
| int mrmeshpy.ObjectMeshData.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
|
static |
|
static |
| FaceBitSet mrmeshpy.ObjectMeshData.selectedFaces | ( | self | ) |
selection
| None mrmeshpy.ObjectMeshData.selectedFaces | ( | self, | |
| FaceBitSet | arg1 ) |
| VertCoords2 mrmeshpy.ObjectMeshData.uvCoordinates | ( | self | ) |
vertices coordinates in texture
| None mrmeshpy.ObjectMeshData.uvCoordinates | ( | self, | |
| VertCoords2 | arg1 ) |
| VertColors mrmeshpy.ObjectMeshData.vertColors | ( | self | ) |
colors
| None mrmeshpy.ObjectMeshData.vertColors | ( | self, | |
| VertColors | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |