Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
MeshLoadSettings | operator (*args, **kwargs) |
MeshLoadSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_callback = 64 |
typing | _offsetof_colors = 8 |
typing | _offsetof_duplicatedVertexCount = 48 |
typing | _offsetof_edges = 0 |
typing | _offsetof_normals = 24 |
typing | _offsetof_skippedFaceCount = 40 |
typing | _offsetof_texture = 32 |
typing | _offsetof_uvCoords = 16 |
typing | _offsetof_xf = 56 |
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, | |
std_optional_Vector_std_array_Id_VertTag_2ul_Id_UndirectedEdgeTag | edges, | ||
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 ) |
std_optional_Vector_std_array_Id_VertTag_2ul_Id_UndirectedEdgeTag mrmeshpy.MeshLoadSettings.edges | ( | self | ) |
optional load artifact: polyline edges
None mrmeshpy.MeshLoadSettings.edges | ( | self, | |
std_optional_Vector_std_array_Id_VertTag_2ul_Id_UndirectedEdgeTag | 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 |
|
staticprotected |