Eyeshot 10 WinForms API Reference
RemoveKnots Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class : RemoveKnots Method
The allowed tolerance
Removes as many knots as possible from a curve.
Syntax
'Declaration
 
Public Function RemoveKnots( _
   ByVal tol As Double _
) As Integer
public int RemoveKnots( 
   double tol
)

Parameters

tol
The allowed tolerance

Return Value

Number of knots removed.
See Also

Reference

Curve Class
Curve Members