Convert3DConvert Method

CVB.Net Documentation
Creates a new point cloud which is a copy of the given source, but with possibly different data type and number of components.

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

public static PointCloud Convert(
	PointCloud source,
	PointCloudFlags flags
)

Parameters

source
Type: Stemmer.CvbPointCloud
The point cloud to convert.
flags
Type: Stemmer.CvbPointCloudFlags
Flags specifying the kind of point cloud to be created.

Return Value

Type: PointCloud
Converted point cloud.
Exceptions

ExceptionCondition
CvbExceptionWhen creating the converted point cloud failed.
See Also

Reference