Eyeshot 10 WinForms API Reference
LocalInterpolation(IList<PointTangent>) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class > LocalInterpolation Method : LocalInterpolation(IList<PointTangent>) Method
A list of 3D points with 3D tangent to interpolate
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

Reference

Curve Class
Curve Members
Overload List