open3d.io.read_triangle_model#
- open3d.io.read_triangle_model(filename: os.PathLike | str | bytes, print_progress: bool = False) open3d.visualization.rendering.TriangleMeshModel #
Function to read visualization.rendering.TriangleMeshModel from file
- Parameters:
filename (Union[os.PathLike, str, bytes]) – Path to file.
print_progress (bool, optional, default=False) – If set to true a progress bar is visualized in the console
- Returns:
open3d.visualization.rendering.TriangleMeshModel