Create Spline
entity_create_splineCreate a NURBS spline curve in AutoCAD from specified fit points. Provide a list of [x, y] coordinates to generate a spline passing exactly through those points.
Instructions
Create a NURBS spline curve passing through the specified fit points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ACI color code | |
| layer | No | Layer name | |
| fit_points | Yes | List of [x, y] fit points the spline passes through |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||