Eyeshot 10 WinForms API Reference
DoublesToPointArray3D Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : DoublesToPointArray3D Method
An array of doubles
Converts an array of doubles to a an array of 3D points.
Syntax
'Declaration
 
Public Shared Function DoublesToPointArray3D( _
   ByVal listOfDoubles() As Double _
) As Point3D()
public static Point3D[] DoublesToPointArray3D( 
   double[] listOfDoubles
)

Parameters

listOfDoubles
An array of doubles

Return Value

The 3D point array.
See Also

Reference

Utility Class
Utility Members