Surface.RemoveKnotsV Method

Removes as many knots as possible from the V knot vector of a surface.
Public Function RemoveKnotsV( _ 
ByVal tol As Double
) As Integer
This language is not supported or no code example is available.
public int RemoveKnotsV( 
double tol 
)
This language is not supported or no code example is available.

Parameters

tol
double

The allowed tolerance

Return Value

int

Number of knots removed.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition