Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PointCloud Class / PointCloud Constructor / PointCloud Constructor(Int32,Single,natureType)
Number of point the point cloud will hold
On screen point size
The point cloud nature

In This Topic
    PointCloud Constructor(Int32,Single,natureType)
    In This Topic
    Point list, point size and point cloud nature constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal numPoints As Integer, _
       ByVal pointSize As Single, _
       ByVal nature As PointCloud.natureType _
    )
    public PointCloud( 
       int numPoints,
       float pointSize,
       PointCloud.natureType nature
    )

    Parameters

    numPoints
    Number of point the point cloud will hold
    pointSize
    On screen point size
    nature
    The point cloud nature
    See Also