Curve(Int32, Double(), Point4D(), Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal degree As Integer, _ 
ByVal knotVector As Double(), _ 
ByVal ctrlPoints As Point4D(), _ 
Optional ByVal checkKnotsAndCtrlPts As Boolean = true _ 
)
This language is not supported or no code example is available.
public Curve( 
int degree
double[] knotVector
Point4D[] ctrlPoints
bool checkKnotsAndCtrlPts = true 
)
This language is not supported or no code example is available.

Parameters

degree
int

The curve degree

knotVector
double[]

The knot vector

ctrlPoints
Point4D[]

The control points list

checkKnotsAndCtrlPts
bool

If false, avoids all the checks (useless in GetNurbsForm() methods)

.NET Framework

Supported in: 4.8

In this article

Definition