cloudViewer.io.read_triangle_mesh#
- cloudViewer.io.read_triangle_mesh(filename, enable_post_processing=False, print_progress=False)#
Function to read TriangleMesh from file
- Parameters:
filename (Union[os.PathLike, str, bytes]) – Path to file.
enable_post_processing (bool, optional, default=False) –
print_progress (bool, optional, default=False) – If set to true a progress bar is visualized in the console
- Returns:
cloudViewer.geometry.ccMesh