MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for mrmeshpy.LoadedMeshData:

Public Member Functions

None __init__ (self)
None __init__ (self, LoadedMeshData arg0)
Public Member Functions inherited from mrmeshpy.ObjectMeshData
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)
LoadedMeshData operator (*args, **kwargs)
LoadedMeshData operator (*args, **kwargs)
Static Public Member Functions inherited from mrmeshpy.ObjectMeshData
None __init__ (*args, **kwargs)

Static Protected Attributes

typing _offsetof_duplicatedVertexCount = 300
typing _offsetof_skippedFaceCount = 296
typing _offsetof_texture = 208
typing _offsetof_xf = 248
Static Protected Attributes inherited from mrmeshpy.ObjectMeshData
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

Detailed Description

Generated from:  MR::LoadedMeshData

ObjectMeshData and additional information from mesh importer

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.LoadedMeshData.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.LoadedMeshData.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ operator() [1/2]

LoadedMeshData mrmeshpy.LoadedMeshData.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.ObjectMeshData.

◆ operator() [2/2]

LoadedMeshData mrmeshpy.LoadedMeshData.operator ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.ObjectMeshData.

Member Data Documentation

◆ _offsetof_duplicatedVertexCount

typing mrmeshpy.LoadedMeshData._offsetof_duplicatedVertexCount = 300
staticprotected

◆ _offsetof_skippedFaceCount

typing mrmeshpy.LoadedMeshData._offsetof_skippedFaceCount = 296
staticprotected

◆ _offsetof_texture

typing mrmeshpy.LoadedMeshData._offsetof_texture = 208
staticprotected

◆ _offsetof_xf

typing mrmeshpy.LoadedMeshData._offsetof_xf = 248
staticprotected

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