open3d.io.write_octree#
- open3d.io.write_octree(filename, octree)#
Function to write Octree to file
- Parameters:
filename (os.PathLike) – Path to file.
octree (open3d.geometry.Octree) – The
Octree
object for I/O
- Returns:
bool
Function to write Octree to file
filename (os.PathLike) – Path to file.
octree (open3d.geometry.Octree) – The Octree
object for I/O
bool