Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / LocalInterpolation Method / LocalInterpolation(IList<PointTangent>) Method
A list of 3D points with 3D tangent to interpolate

In This Topic
    LocalInterpolation(IList<PointTangent>) Method
    In This Topic
    Local interpolation.
    Syntax
    'Declaration
     
    Public Overloads Shared Function LocalInterpolation( _
       ByVal Q As IList(Of PointTangent) _
    ) As Curve
    public static Curve LocalInterpolation( 
       IList<PointTangent> Q
    )

    Parameters

    Q
    A list of 3D points with 3D tangent to interpolate

    Return Value

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