catia_sketch_spline
Add a spline through control points in a CATIA sketch. Provide points as [[x1,y1],[x2,y2],...] in millimeters and optionally set the target sketch.
Instructions
Add a spline through a list of control points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | Control points as [[x1,y1],[x2,y2],...], mm. | |
| sketch | No | Target sketch. |