PointCloudClone Method

CVB.Net Documentation
Creates a new point cloud which is a copy of this point cloud.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public PointCloud Clone()

Return Value

Type: PointCloud
Copy of this point cloud.
Exceptions

ExceptionCondition
CvbExceptionWhen duplicating the point cloud failed.
See Also

Reference