Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / GlobalInterpolation Method
The list of points to interpolate
The desired curve degree

In This Topic
    GlobalInterpolation Method (Curve)
    In This Topic
    Global curve interpolation.
    Syntax
    'Declaration
     
    Public Shared Function GlobalInterpolation( _
       ByVal Q As IList(Of Point3D), _
       ByVal deg As Integer _
    ) As Curve
    public static Curve GlobalInterpolation( 
       IList<Point3D> Q,
       int deg
    )

    Parameters

    Q
    The list of points to interpolate
    deg
    The desired curve degree

    Return Value

    The interpolated curve if the operation succeeded, null/Nothing otherwise.
    See Also