Convert3DToT 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 To<T>(
	PointCloud source
)
where T : struct, new()

Parameters

source
Type: Stemmer.CvbPointCloud
The point cloud to convert.

Type Parameters

T
DataType to convert to. Can be either double or float.

Return Value

Type: PointCloud
Converted point cloud.
Exceptions

ExceptionCondition
ArgumentExceptionWhen T is not double or float.
See Also

Reference