serp_create_curve
Create NURBS curves from 3D point arrays, with options for interpolation, control vertices, polylines, or simple lines. Specify degree and closure for precise modeling.
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 |