Eyeshot 10 WinForms API Reference
FastPointCloud Constructor(Single[],Byte[])

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)
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

Reference

FastPointCloud Class
FastPointCloud Members
Overload List