Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / RefineKnotVector Method
The new knots to insert in the knot vector

In This Topic
    RefineKnotVector Method
    In This Topic
    Refines the curve knot vector.
    Syntax
    'Declaration
     
    Public Sub RefineKnotVector( _
       ByVal X() As Double _
    ) 
    public void RefineKnotVector( 
       double[] X
    )

    Parameters

    X
    The new knots to insert in the knot vector
    See Also