Surface.InsertKnotU (Double, Int32) Method

Inserts a knot a number of times in the U parametric direction.
Public Function InsertKnotU( _ 
ByVal u As Double, _ 
ByVal r As Integer
) As Integer
This language is not supported or no code example is available.
public int InsertKnotU( 
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.5, 4.6, 4.7

In this article

Definition