Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / RefineKnotVectorU Method
The new knots to Insert in the knot vector

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

    Parameters

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