Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / KnotVectorU Property

In This Topic
    KnotVectorU Property (Surface)
    In This Topic
    Gets or sets the surface knot vector in the U parametric direction.
    Syntax
    'Declaration
     
    Public Property KnotVectorU As Double()
    public double[] KnotVectorU {get; set;}
    Remarks
    Not validated in setter. Use constructor if you are unsure of the correctness of your data.
    See Also