FastPointCloud(Single(), Byte(), Single) Constructor

Point array and color array constructor.
Public Sub New( _ 
ByVal pointArray As Single(), _ 
ByVal rgbArray As Byte(), _ 
ByVal pointSize As Single
)
This language is not supported or no code example is available.
public FastPointCloud( 
float[] pointArray
byte[] rgbArray
float pointSize 
)
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)

pointSize
float

Point size (which is assigned to the Entity.LineWeight property)

.NET Framework

Supported in: 4.8

In this article

Definition