Surface.RemoveKnotV Method

Removes an internal knot from the surface V knot vector.
Public Function RemoveKnotV( _ 
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 RemoveKnotV( 
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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition