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 |
Generated from: MR::OutAttributesFillingSettings
|
static |
| None mrmeshpy.OutAttributesFillingSettings.__init__ | ( | self | ) |
| None mrmeshpy.OutAttributesFillingSettings.__init__ | ( | self, | |
| OutAttributesFillingSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.OutAttributesFillingSettings.__init__ | ( | self, | |
| VertCoords2 | uvCoords, | ||
| VertColors | colorMap, | ||
| FaceColors | faceColors ) |
Implicit aggregate constructor.
| VertColors mrmeshpy.OutAttributesFillingSettings.colorMap | ( | self | ) |
optional colors of vertices; if provided then elements corresponding to new vertices will be added there
| None mrmeshpy.OutAttributesFillingSettings.colorMap | ( | self, | |
| VertColors | arg1 ) |
| FaceColors mrmeshpy.OutAttributesFillingSettings.faceColors | ( | self | ) |
optional colors of faces; if provided then elements corresponding to new faces will be added there
| None mrmeshpy.OutAttributesFillingSettings.faceColors | ( | self, | |
| FaceColors | arg1 ) |
|
static |
|
static |
| VertCoords2 mrmeshpy.OutAttributesFillingSettings.uvCoords | ( | self | ) |
optional uv-coordinates of vertices; if provided then elements corresponding to new vertices will be added there
| None mrmeshpy.OutAttributesFillingSettings.uvCoords | ( | self, | |
| VertCoords2 | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |