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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FastPointCloud Class > FastPointCloud Constructor : FastPointCloud Constructor(Single[])
The point array defined as XYZ tuples
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

Reference

FastPointCloud Class
FastPointCloud Members
Overload List