Method CreateNURBSCurve
CreateNURBSCurve(int, DoubleList, Point3List, DoubleList)
Create a NURBS curve
Declaration
public uint CreateNURBSCurve(int degree, DoubleList knots, Point3List poles, DoubleList weights = null)
Parameters
Type | Name | Description |
---|---|---|
int | degree | Degree of the curve |
DoubleList | knots | Knots of the curve |
Point3List | poles | Poles list |
DoubleList | weights | Weight list |
Returns
Type | Description |
---|---|
uint |