curve_create_nurbs
Create a NURBS curve with custom points, order, bevel depth, and cyclic loop setting.
Instructions
Create a NURBS curve.
Args: name: Object name points: List of [x, y, z, w] points (w = weight, default 1.0) location: Object location order_u: NURBS order (2-6) bevel_depth: Tube bevel depth use_cyclic: Close the curve into a loop
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | NurbsCurve | |
| points | No | ||
| order_u | No | ||
| location | No | ||
| use_cyclic | No | ||
| bevel_depth | No |