open3d.io.read_triangle_mesh#

open3d.io.read_triangle_mesh(filename: os.PathLike, enable_post_processing: bool = False, print_progress: bool = False) open3d.geometry.TriangleMesh#

Function to read TriangleMesh from file

Parameters:
  • filename (os.PathLike) – 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:

open3d.geometry.TriangleMesh