Make a deep copy of the point cloud
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.1
Syntaxpublic PointCloud Clone()
Public Function Clone As PointCloud
public:
PointCloud^ Clone()
Return Value
Type:
PointCloudNew point cloud which is a deep copy of the original point cloud
See Also