Eyeshot 9.0 WPF API Reference
RemoveKnotsU Method

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

Parameters

tol
The allowed tolerance

Return Value

Number of knots removed.
See Also

Reference

Surface Class
Surface Members