PointCloud(IList<Point3D>) Constructor

Standard constructor.
Public Sub New( _ 
ByVal points As IList(Of Point3D) _ 
)
This language is not supported or no code example is available.
public PointCloud( 
IList<Point3D> points 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

The collection of 3D points

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition