Eyeshot 9.0 WinForms API Reference
GlobalInterpolation(IList<Point3D>,Int32) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class : GlobalInterpolation(IList<Point3D>,Int32) Method
The list of points to interpolate
The desired curve degree
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

Reference

Curve Class
Curve Members