Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PlyLoadParams | operator (*args, **kwargs) |
| PlyLoadParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_callback = 104 |
| typing | _offsetof_colors = 16 |
| typing | _offsetof_dir = 64 |
| typing | _offsetof_edges = 8 |
| typing | _offsetof_faceColors = 24 |
| typing | _offsetof_normals = 48 |
| typing | _offsetof_telemetrySignal = 136 |
| typing | _offsetof_texture = 56 |
| typing | _offsetof_triCornerUvCoords = 40 |
| typing | _offsetof_tris = 0 |
| typing | _offsetof_uvCoords = 32 |
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, | ||
| FaceColors | faceColors, | ||
| VertCoords2 | uvCoords, | ||
| TriCornerUVCoords | triCornerUvCoords, | ||
| VertCoords | normals, | ||
| MeshTexture | texture, | ||
| os.PathLike | str | bytes | dir, | ||
| func_bool_from_float | callback, | ||
| bool | telemetrySignal ) |
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 ) |
| pathlib.Path mrmeshpy.PlyLoadParams.dir | ( | self | ) |
directory to load texture files from
| None mrmeshpy.PlyLoadParams.dir | ( | self, | |
| os.PathLike | str | bytes | 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 ) |
| FaceColors mrmeshpy.PlyLoadParams.faceColors | ( | self | ) |
optional load artifact: per-face color map
| None mrmeshpy.PlyLoadParams.faceColors | ( | self, | |
| FaceColors | arg1 ) |
| VertCoords mrmeshpy.PlyLoadParams.normals | ( | self | ) |
optional load artifact: per-vertex normals
| None mrmeshpy.PlyLoadParams.normals | ( | self, | |
| VertCoords | arg1 ) |
|
static |
|
static |
| bool mrmeshpy.PlyLoadParams.telemetrySignal | ( | self | ) |
permit telemetry signal about loading
| None mrmeshpy.PlyLoadParams.telemetrySignal | ( | self, | |
| bool | arg1 ) |
| MeshTexture mrmeshpy.PlyLoadParams.texture | ( | self | ) |
optional load artifact: texture image
| None mrmeshpy.PlyLoadParams.texture | ( | self, | |
| MeshTexture | arg1 ) |
| TriCornerUVCoords mrmeshpy.PlyLoadParams.triCornerUvCoords | ( | self | ) |
optional load artifact: per-corner uv-coordinates for each triangle
| None mrmeshpy.PlyLoadParams.triCornerUvCoords | ( | self, | |
| TriCornerUVCoords | 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 |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |