open3d.io.read_octree#

open3d.io.read_octree(filename: os.PathLike | str | bytes, format: str = 'auto') open3d.geometry.Octree#

Function to read Octree from file

Parameters:
  • filename (Union[os.PathLike, str, bytes]) – Path to file.

  • format (str, optional, default='auto') – The format of the input file. When not specified or set as auto, the format is inferred from file extension name.

Returns:

open3d.geometry.Octree