cloudViewer.io.read_voxel_grid#

cloudViewer.io.read_voxel_grid(filename, format='auto', print_progress=False)#

Function to read VoxelGrid 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.

  • print_progress (bool, optional, default=False) – If set to true a progress bar is visualized in the console

Returns:

cloudViewer.geometry.VoxelGrid