PointCloud.disp#
- PointCloud.disp(block: bool = False, file: str | None = None, **kwargs: Any) None[source]#
Display point cloud using Open3D
- Parameters:
block (bool, optional) – block until window dismissed, defaults to False
file (str, optional) – save display as an image, defaults to None
front (array_like(3)) – set front vector
lookat (array_like(3)) – set lookat vector
up (array_like(3)) – set up vector
zoom (float) – set zoom value
Various viewing options are passed to the Open3D
open3d.visualization.ViewControl.Typing “h” in the display window will print help information to the console.
- Seealso: