Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PlyLoadParams | operator (*args, **kwargs) |
| PlyLoadParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_callback = 48 |
| typing | _offsetof_colors = 16 |
| typing | _offsetof_edges = 8 |
| typing | _offsetof_normals = 32 |
| typing | _offsetof_texture = 40 |
| typing | _offsetof_tris = 0 |
| typing | _offsetof_uvCoords = 24 |
Generated from: MR::PlyLoadParams optional load artifacts and other setting for PLY file loading
|
static |
| None mrmeshpy.PlyLoadParams.__init__ | ( | self | ) |
| None mrmeshpy.PlyLoadParams.__init__ | ( | self, | |
| PlyLoadParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PlyLoadParams.__init__ | ( | self, | |
| std_optional_Vector_std_array_Id_VertTag_3ul_Id_FaceTag | tris, | ||
| std_optional_Vector_std_array_Id_VertTag_2ul_Id_UndirectedEdgeTag | edges, | ||
| VertColors | colors, | ||
| VertCoords2 | uvCoords, | ||
| VertCoords | normals, | ||
| MeshTexture | texture, | ||
| func_bool_from_float | callback ) |
Implicit aggregate constructor.
| func_bool_from_float mrmeshpy.PlyLoadParams.callback | ( | self | ) |
callback for set progress and stop process
| None mrmeshpy.PlyLoadParams.callback | ( | self, | |
| func_bool_from_float | arg1 ) |
| VertColors mrmeshpy.PlyLoadParams.colors | ( | self | ) |
optional load artifact: per-vertex color map
| None mrmeshpy.PlyLoadParams.colors | ( | self, | |
| VertColors | arg1 ) |
| std_optional_Vector_std_array_Id_VertTag_2ul_Id_UndirectedEdgeTag mrmeshpy.PlyLoadParams.edges | ( | self | ) |
optional load artifact: polyline edges
| None mrmeshpy.PlyLoadParams.edges | ( | self, | |
| std_optional_Vector_std_array_Id_VertTag_2ul_Id_UndirectedEdgeTag | arg1 ) |
| VertCoords mrmeshpy.PlyLoadParams.normals | ( | self | ) |
optional load artifact: per-vertex normals
| None mrmeshpy.PlyLoadParams.normals | ( | self, | |
| VertCoords | arg1 ) |
|
static |
|
static |
| MeshTexture mrmeshpy.PlyLoadParams.texture | ( | self | ) |
optional load artifact: texture image
| None mrmeshpy.PlyLoadParams.texture | ( | self, | |
| MeshTexture | arg1 ) |
| std_optional_Vector_std_array_Id_VertTag_3ul_Id_FaceTag mrmeshpy.PlyLoadParams.tris | ( | self | ) |
optional load artifact: mesh triangles
| None mrmeshpy.PlyLoadParams.tris | ( | self, | |
| std_optional_Vector_std_array_Id_VertTag_3ul_Id_FaceTag | arg1 ) |
| VertCoords2 mrmeshpy.PlyLoadParams.uvCoords | ( | self | ) |
optional load artifact: per-vertex uv-coordinates
| None mrmeshpy.PlyLoadParams.uvCoords | ( | self, | |
| VertCoords2 | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |