Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / FastPointCloud Constructor / FastPointCloud Constructor(Single[],Byte[])
The point array defined as XYZ tuples
The color array defined as RGB tuples, RGBA tuples or as modulation factors (see ColorArray documentation for details)

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

    Parameters

    pointArray
    The point array defined as XYZ tuples
    rgbArray
    The color array defined as RGB tuples, RGBA tuples or as modulation factors (see ColorArray documentation for details)
    See Also