serp_create_curve
Create NURBS curves from 3D points via interpolation, control, polyline, or line. Set degree and closure to shape geometry directly in the viewport.
Instructions
Create a NURBS curve from 3D points [[x,y,z], ...].
kind: 'interp' (curve passes through the points), 'control' (points are control vertices), 'polyline' (straight segments), 'line' (two points).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | interp | |
| name | No | ||
| closed | No | ||
| degree | No | ||
| points | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |