Curve.InsertKnot (Double, Int32) Method

Inserts a knot a number of times. It does not affect the shape of the curve.
Public Function InsertKnot( _ 
ByVal u As Double, _ 
ByVal r As Integer
) As Integer
This language is not supported or no code example is available.
public int InsertKnot( 
double u
int r 
)
This language is not supported or no code example is available.

Parameters

u
double

The knot to insert

r
int

The number of times to insert

Return Value

int

The number of knots inserted, zero otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition