Surface.InsertKnotV (Double, Int32) Method

Inserts a knot a number of times in the V parametric direction.
Public Function InsertKnotV( _ 
ByVal v As Double, _ 
ByVal r As Integer
) As Integer
This language is not supported or no code example is available.
public int InsertKnotV( 
double v
int r 
)
This language is not supported or no code example is available.

Parameters

v
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