FastPointCloud(Single(), Single) Constructor

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

Parameters

pointArray
float[]

The point array defined as XYZ tuples

pointSize
float

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

.NET Framework

Supported in: 4.8

In this article

Definition