open3d.io.write_octree#

open3d.io.write_octree(filename: os.PathLike | str | bytes, octree: open3d.geometry.Octree) bool#

Function to write Octree to file

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

  • octree (open3d.geometry.Octree) – The Octree object for I/O

Returns:

bool