serp_create_curve
Create NURBS curves from 3D points, supporting interpolated, control-vertex, polyline, and line curve types.
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 |