Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / RemoveKnots Method
The allowed tolerance

In This Topic
    RemoveKnots Method
    In This Topic
    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