Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / DoublesToPointArray3D Method
An array of doubles

In This Topic
    DoublesToPointArray3D Method
    In This Topic
    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