Construct a NURBS curve from control points, weights, knots and degree
ID
tool-primitive-curves-nurbs-curve-pwkd
Name
NURBS Curve PWKD
Group
Primitive Curves
Package
Tool
Keywords
Render
Connect an array of points or a point to the first port, this port has the function of adding ports to which you can connect other points. Connect to the second port an array of point knots and to the third port weights of these points. Connect the degree of the curve to the fourth port. On the output port, you will receive the resulting NURBS curve.
Interpolate
NURBS Curve
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
point | Point | Point or Point array | |
knots | Number | NURBS knots | 2 |
weights | Number | Optional control point weights | 1 |
degree | Number | Degree curve | 2 |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting NURBS curve |