FastPointCloud(Single(), Byte()) Constructor

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

Parameters

pointArray
float[]

The point array defined as XYZ tuples

rgbArray
byte[]

The color array defined as RGB tuples, RGBA tuples or as modulation factors (see ColorArray documentation for details)

.NET Framework

Supported in: 4.8

In this article

Definition