MeshLib Python Docs
Loading...
Searching...
No Matches

Public Member Functions

None __init__ (self)
None __init__ (self, OutAttributesFillingSettings arg0)
None __init__ (self, VertCoords2 uvCoords, VertColors colorMap, FaceColors faceColors)
VertColors colorMap (self)
None colorMap (self, VertColors arg1)
FaceColors faceColors (self)
None faceColors (self, FaceColors arg1)
VertCoords2 uvCoords (self)
None uvCoords (self, VertCoords2 arg1)

Static Public Member Functions

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

Static Protected Attributes

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

Detailed Description

Generated from:  MR::OutAttributesFillingSettings

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.OutAttributesFillingSettings.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

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

Member Function Documentation

◆ colorMap() [1/2]

VertColors mrmeshpy.OutAttributesFillingSettings.colorMap ( self)
optional colors of vertices; if provided then elements corresponding to new vertices will be added there

◆ colorMap() [2/2]

None mrmeshpy.OutAttributesFillingSettings.colorMap ( self,
VertColors arg1 )

◆ faceColors() [1/2]

FaceColors mrmeshpy.OutAttributesFillingSettings.faceColors ( self)
optional colors of faces; if provided then elements corresponding to new faces will be added there

◆ faceColors() [2/2]

None mrmeshpy.OutAttributesFillingSettings.faceColors ( self,
FaceColors arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ uvCoords() [1/2]

VertCoords2 mrmeshpy.OutAttributesFillingSettings.uvCoords ( self)
optional uv-coordinates of vertices; if provided then elements corresponding to new vertices will be added there

◆ uvCoords() [2/2]

None mrmeshpy.OutAttributesFillingSettings.uvCoords ( self,
VertCoords2 arg1 )

Member Data Documentation

◆ _offsetof_colorMap

typing mrmeshpy.OutAttributesFillingSettings._offsetof_colorMap = 8
staticprotected

◆ _offsetof_faceColors

typing mrmeshpy.OutAttributesFillingSettings._offsetof_faceColors = 16
staticprotected

◆ _offsetof_uvCoords

typing mrmeshpy.OutAttributesFillingSettings._offsetof_uvCoords = 0
staticprotected

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