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

In This Topic
    PointCloud Constructor(IList<Point3D>)
    In This Topic
    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