Curve.RemoveKnot (Int32, Int32, Int32, Double) Method

Removes an internal knot from a curve.
Public Function RemoveKnot( _ 
ByVal r As Integer, _ 
ByVal s As Integer, _ 
ByVal num As Integer, _ 
ByVal tol As Double
) As Integer
This language is not supported or no code example is available.
public int RemoveKnot( 
int r
int s
int num
double tol 
)
This language is not supported or no code example is available.

Parameters

r
int

The knot to remove

s
int

The multiplicity of the knot

num
int

The number of times to try to remove the knot

tol
double

The allowed tolerance

Return Value

int
Remarks
 
Must be an internal knot.

.NET Framework

Supported in: 4.8

In this article

Definition