Curve.GlobalApproximation Method

Global approximation of a curve bounded to a certain error.
Public Shared Function GlobalApproximation( _ 
ByVal Q As IList(Of Point3D), _ 
ByVal deg As Integer, _ 
ByVal err As Double
) As Curve
This language is not supported or no code example is available.
public static Curve GlobalApproximation( 
IList<Point3D> Q
int deg
double err 
)
This language is not supported or no code example is available.

Parameters

Q
IList<Point3D>

The list of points to approximate

deg
int

The degree of the approximation curve

err
double

The maximum error allowed

Return Value

Curve

The approximated curve if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition