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

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