Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / KnotVector Property

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