Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / FastPointCloud Constructor / FastPointCloud Constructor(Single[],Single)
The point array defined as XYZ tuples
Point size (which is assigned to the LineWeight property)

In This Topic
    FastPointCloud Constructor(Single[],Single)
    In This Topic
    Point array and point size constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointArray() As Single, _
       ByVal pointSize As Single _
    )
    public FastPointCloud( 
       float[] pointArray,
       float pointSize
    )

    Parameters

    pointArray
    The point array defined as XYZ tuples
    pointSize
    Point size (which is assigned to the LineWeight property)
    See Also