Click or drag to resize

VisualizerShow Method (UnorganizedPointCloud)

Show an unorganized point cloud

Namespace:  Zivid.NET.Visualization
Assembly:  ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 2.17.1.0
Syntax
public void Show(
	UnorganizedPointCloud cloud
)

Parameters

cloud
Type: Zivid.NETUnorganizedPointCloud
A point cloud
Remarks
Meshing is not supported when showing an unorganized point cloud. This method will throw an exception if meshing is enabled. If the point cloud is transformed, then it may be necessary to call ResetToFit to reset the view such that the point cloud becomes visible.
See Also