Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / FastPointCloud Constructor / FastPointCloud Constructor(Single[])
The point array defined as XYZ tuples

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

    Parameters

    pointArray
    The point array defined as XYZ tuples
    See Also