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

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

    Parameters

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