Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, VertColors colors, VertCoords2 uvCoords, VertCoords normals, MeshTexture texture, int_output skippedFaceCount, int_output duplicatedVertexCount, AffineXf3f xf, func_bool_from_float callback) |
func_bool_from_float | callback (self) |
None | callback (self, func_bool_from_float arg1) |
VertColors | colors (self) |
None | colors (self, VertColors arg1) |
int | duplicatedVertexCount (self) |
None | duplicatedVertexCount (self, int_output arg1) |
VertCoords | normals (self) |
None | normals (self, VertCoords arg1) |
int | skippedFaceCount (self) |
None | skippedFaceCount (self, int_output arg1) |
MeshTexture | texture (self) |
None | texture (self, MeshTexture arg1) |
VertCoords2 | uvCoords (self) |
None | uvCoords (self, VertCoords2 arg1) |
AffineXf3f | xf (self) |
None | xf (self, AffineXf3f arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
MeshLoadSettings | operator (*args, **kwargs) |
MeshLoadSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_callback = 56 |
typing | _offsetof_colors = 0 |
typing | _offsetof_duplicatedVertexCount = 40 |
typing | _offsetof_normals = 16 |
typing | _offsetof_skippedFaceCount = 32 |
typing | _offsetof_texture = 24 |
typing | _offsetof_uvCoords = 8 |
typing | _offsetof_xf = 48 |
Generated from: MR::MeshLoadSettings setting for mesh loading from external format, and locations of optional output data
|
static |
None mrmeshpy.MeshLoadSettings.__init__ | ( | self | ) |
None mrmeshpy.MeshLoadSettings.__init__ | ( | self, | |
VertColors | colors, | ||
VertCoords2 | uvCoords, | ||
VertCoords | normals, | ||
MeshTexture | texture, | ||
int_output | skippedFaceCount, | ||
int_output | duplicatedVertexCount, | ||
AffineXf3f | xf, | ||
func_bool_from_float | callback ) |
Implicit aggregate constructor.
func_bool_from_float mrmeshpy.MeshLoadSettings.callback | ( | self | ) |
callback for set progress and stop process
None mrmeshpy.MeshLoadSettings.callback | ( | self, | |
func_bool_from_float | arg1 ) |
VertColors mrmeshpy.MeshLoadSettings.colors | ( | self | ) |
optional load artifact: per-vertex color map
None mrmeshpy.MeshLoadSettings.colors | ( | self, | |
VertColors | arg1 ) |
int mrmeshpy.MeshLoadSettings.duplicatedVertexCount | ( | self | ) |
optional output: counter of duplicated vertices (that created for resolve non-manifold geometry)
None mrmeshpy.MeshLoadSettings.duplicatedVertexCount | ( | self, | |
int_output | arg1 ) |
VertCoords mrmeshpy.MeshLoadSettings.normals | ( | self | ) |
optional load artifact: per-vertex normals
None mrmeshpy.MeshLoadSettings.normals | ( | self, | |
VertCoords | arg1 ) |
|
static |
|
static |
int mrmeshpy.MeshLoadSettings.skippedFaceCount | ( | self | ) |
optional output: counter of skipped faces during mesh creation
None mrmeshpy.MeshLoadSettings.skippedFaceCount | ( | self, | |
int_output | arg1 ) |
MeshTexture mrmeshpy.MeshLoadSettings.texture | ( | self | ) |
optional load artifact: texture image
None mrmeshpy.MeshLoadSettings.texture | ( | self, | |
MeshTexture | arg1 ) |
VertCoords2 mrmeshpy.MeshLoadSettings.uvCoords | ( | self | ) |
optional load artifact: per-vertex uv-coordinates
None mrmeshpy.MeshLoadSettings.uvCoords | ( | self, | |
VertCoords2 | arg1 ) |
AffineXf3f mrmeshpy.MeshLoadSettings.xf | ( | self | ) |
optional output: transform for the loaded mesh to improve precision of vertex coordinates
None mrmeshpy.MeshLoadSettings.xf | ( | self, | |
AffineXf3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |