PointCloud(IList<Point3D>, Single) Constructor

Point list and point size constructor.
Public Sub New( _ 
ByVal points As IList(Of Point3D), _ 
ByVal pointSize As Single
)
This language is not supported or no code example is available.
public PointCloud( 
IList<Point3D> points
float pointSize 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

The collection of 3D points

pointSize
float

On screen point size

.NET Framework

Supported in: 4.7.2

In this article

Definition