Eyeshot 9.0 WPF API Reference
Curve Constructor(Int32,Double[],Point4D[])

WPF Assembly > devDept.Eyeshot.Entities Namespace > Curve Class > Curve Constructor : Curve Constructor(Int32,Double[],Point4D[])
The curve degree
The knot vector
The control points list
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal degree As Integer, _
   ByVal knotVector() As Double, _
   ByVal ctrlPoints() As Point4D _
)
public Curve( 
   int degree,
   double[] knotVector,
   Point4D[] ctrlPoints
)

Parameters

degree
The curve degree
knotVector
The knot vector
ctrlPoints
The control points list
See Also

Reference

Curve Class
Curve Members
Overload List