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

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