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

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