Construct a NURBS curve from control points
ID
tool-primitive-curves-nurbs-curve
Name
NURBS Curve
Group
Primitive Curves
Package
Tool
Keywords
Render
Connect a boolean value to the first port that shows the open or close curve. Connect the degree of the curve to the second port. Connect an array of points or a point to the third port, this port has the function of adding ports to which you can connect other points. On the output port, you will receive the resulting NURBS curve.
Interpolate
NURBS Curve PWKD
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
closed | Boolean | Closed or open | |
degree | Number | Curve degree | 2 |
point | Point | Point or point array | [0,0,0] |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting NURBS curve |