Eyeshot 10 WinForms API Reference
PointCloud Constructor(IList<Point3D>)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > PointCloud Class > PointCloud Constructor : PointCloud Constructor(IList<Point3D>)
The collection of 3D points
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal points As IList(Of Point3D) _
)
public PointCloud( 
   IList<Point3D> points
)

Parameters

points
The collection of 3D points
See Also

Reference

PointCloud Class
PointCloud Members
Overload List