Curve.RemoveKnots Method

Removes as many knots as possible from a curve.
Public Function RemoveKnots( _ 
ByVal tol As Double
) As Integer
This language is not supported or no code example is available.
public int RemoveKnots( 
double tol 
)
This language is not supported or no code example is available.

Parameters

tol
double

The allowed tolerance

Return Value

int

Number of knots removed.

.NET Framework

Supported in: 4.8

In this article

Definition