create_curve
Creates a 3D curve object with customizable type (BEZIER, NURBS, PATH), name, and location.
Instructions
Create a new curve object.
Args: type: Curve type - BEZIER, NURBS, or PATH. name: Optional name for the curve object. location: 3D location as (x, y, z).
Returns: Dict with created curve name and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | No | BEZIER | |
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||