open3d.io.write_octree¶
-
open3d.io.write_octree(filename, octree)¶ Function to write Octree to file
- Parameters
filename (str) – Path to file.
octree (open3d.geometry.Octree) – The
Octreeobject for I/O
- Returns
bool
open3d.io.write_octree(filename, octree)¶Function to write Octree to file
filename (str) – Path to file.
octree (open3d.geometry.Octree) – The Octree object for I/O
bool