create_curve
Create curves from control points with BEZIER, NURBS, or POLY types. Set bevel depth for tubular shapes, close loops, and choose fill mode.
Instructions
Create a curve from a list of control points. Each point is [x, y, z] (or [x, y, z, w] for NURBS). Types: BEZIER, NURBS, POLY. Set bevel_depth > 0 for tubular curves. Set close=True for closed loops. Fill modes: FULL, BACK, FRONT, NONE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fill | No | FULL | |
| name | No | ||
| type | No | BEZIER | |
| close | No | ||
| points | Yes | ||
| extrude | No | ||
| resolution | No | ||
| bevel_depth | No |