Curve.RemoveKnot (Int32, Int32, Int32) Method

Removes an internal knot from a curve.
Public Function RemoveKnot( _ 
ByVal r As Integer, _ 
ByVal s As Integer, _ 
ByVal num As Integer
) As Integer
This language is not supported or no code example is available.
public int RemoveKnot( 
int r
int s
int num 
)
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

Return Value

int
Remarks
 
Must be an internal knot.

.NET Framework

Supported in: 4.8

In this article

Definition