Curve.GlobalInterpolation Method

Global curve interpolation.
Public Shared Function GlobalInterpolation( _ 
ByVal Q As IList(Of Point3D), _ 
ByVal deg As Integer
) As Curve
This language is not supported or no code example is available.
public static Curve GlobalInterpolation( 
IList<Point3D> Q
int deg 
)
This language is not supported or no code example is available.

Parameters

Q
IList<Point3D>

The list of points to interpolate

deg
int

The desired curve degree

Return Value

Curve

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

.NET Framework

Supported in: 4.8

In this article

Definition