cloudViewer.io.write_octree#
- cloudViewer.io.write_octree(filename, octree)#
Function to write Octree to file
- Parameters:
filename (Union[os.PathLike, str, bytes]) – Path to file.
octree (cloudViewer.geometry.Octree) – The
Octreeobject for I/O
- Returns:
bool