VisualizerControlShow Method (UnorganizedPointCloud) |
Show an unorganized point cloud
Namespace:
Zivid.NET.Visualization
Assembly:
ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 2.17.1.0
Syntaxpublic void Show(
UnorganizedPointCloud pointCloud
)
Public Sub Show (
pointCloud As UnorganizedPointCloud
)
public:
void Show(
UnorganizedPointCloud^ pointCloud
)
Parameters
- pointCloud
- 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
ResetView to reset
the view such that the point cloud becomes visible.
See Also