Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PointCloud Class / PointCloud Constructor / PointCloud Constructor(IList<Point3D>,Single)
The collection of 3D points
On screen point size

In This Topic
    PointCloud Constructor(IList<Point3D>,Single)
    In This Topic
    Point list and point size constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points As IList(Of Point3D), _
       ByVal pointSize As Single _
    )
    public PointCloud( 
       IList<Point3D> points,
       float pointSize
    )

    Parameters

    points
    The collection of 3D points
    pointSize
    On screen point size
    See Also