Eyeshot 10 WPF API Reference
RemoveKnotsV Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : RemoveKnotsV Method
The allowed tolerance
Removes as many knots as possible from the V knot vector of a surface.
Syntax
'Declaration
 
Public Function RemoveKnotsV( _
   ByVal tol As Double _
) As Integer
public int RemoveKnotsV( 
   double tol
)

Parameters

tol
The allowed tolerance

Return Value

Number of knots removed.
See Also

Reference

Surface Class
Surface Members