MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ObjectMeshData Class Reference

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, VertUVCoords uvCoordinates, TexturePerFace texturePerFace)
 
int heapBytes (self)
 
FaceBitSet selectedFaces (self)
 
None selectedFaces (self, FaceBitSet arg1)
 
VertUVCoords uvCoordinates (self)
 
None uvCoordinates (self, VertUVCoords arg1)
 
VertColors vertColors (self)
 
None vertColors (self, VertColors arg1)
 

Detailed Description

Generated from:  MR::ObjectMeshData

mesh and its per-element attributes for ObjectMeshHolder

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.ObjectMeshData.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.ObjectMeshData.__init__ ( self,
Mesh mesh,
FaceBitSet selectedFaces,
UndirectedEdgeBitSet selectedEdges,
UndirectedEdgeBitSet creases,
VertColors vertColors,
FaceColors faceColors,
VertUVCoords uvCoordinates,
TexturePerFace texturePerFace )
Implicit aggregate constructor.

Member Function Documentation

◆ heapBytes()

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

◆ selectedFaces() [1/2]

FaceBitSet mrmeshpy.ObjectMeshData.selectedFaces ( self)
selection

◆ selectedFaces() [2/2]

None mrmeshpy.ObjectMeshData.selectedFaces ( self,
FaceBitSet arg1 )

◆ uvCoordinates() [1/2]

VertUVCoords mrmeshpy.ObjectMeshData.uvCoordinates ( self)
vertices coordinates in texture

◆ uvCoordinates() [2/2]

None mrmeshpy.ObjectMeshData.uvCoordinates ( self,
VertUVCoords arg1 )

◆ vertColors() [1/2]

VertColors mrmeshpy.ObjectMeshData.vertColors ( self)
colors

◆ vertColors() [2/2]

None mrmeshpy.ObjectMeshData.vertColors ( self,
VertColors arg1 )

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