Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / Offset Method
The offset amount

In This Topic
    Offset Method (KnotVectorExtender)
    In This Topic
    Adds the specifies delta to all the values of the array.
    Syntax
    'Declaration
     
    Public Shared Sub Offset( _
       ByVal U() As Double, _
       ByVal delta As Double _
    ) 
    public static void Offset( 
       double[] U,
       double delta
    )

    Parameters

    U
    delta
    The offset amount
    See Also