FastPointCloud(Single()) Constructor

Point array only constructor.
Public Sub New( _ 
ByVal pointArray As Single() _ 
)
This language is not supported or no code example is available.
public FastPointCloud( 
float[] pointArray 
)
This language is not supported or no code example is available.

Parameters

pointArray
float[]

The point array defined as XYZ tuples

.NET Framework

Supported in: 4.8

In this article

Definition