Make a deep copy of the point cloud
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
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