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

Public Member Functions

None __init__ (self)
 
None __init__ (self, VertCoords2 uvCoords, VertColors colorMap, TexturePerFace texturePerFace, FaceColors faceColors)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
MeshAttributesToUpdate operator (*args, **kwargs)
 
MeshAttributesToUpdate operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_colorMap = 8
 
typing _offsetof_faceColors = 24
 
typing _offsetof_texturePerFace = 16
 
typing _offsetof_uvCoords = 0
 

Detailed Description

Generated from:  MR::MeshAttributesToUpdate

the attribute data of the mesh that needs to be updated

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.MeshAttributesToUpdate.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.MeshAttributesToUpdate.__init__ ( self,
VertCoords2 uvCoords,
VertColors colorMap,
TexturePerFace texturePerFace,
FaceColors faceColors )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_colorMap

typing mrmeshpy.MeshAttributesToUpdate._offsetof_colorMap = 8
staticprotected

◆ _offsetof_faceColors

typing mrmeshpy.MeshAttributesToUpdate._offsetof_faceColors = 24
staticprotected

◆ _offsetof_texturePerFace

typing mrmeshpy.MeshAttributesToUpdate._offsetof_texturePerFace = 16
staticprotected

◆ _offsetof_uvCoords

typing mrmeshpy.MeshAttributesToUpdate._offsetof_uvCoords = 0
staticprotected

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