draw_arc
Create a 3-point arc on a sketch by specifying start, mid, and end coordinates to define curved geometry in 3D modeling.
Instructions
Draw a 3-point arc on a sketch.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_x | Yes | Start X in mm | |
| start_y | Yes | Start Y in mm | |
| mid_x | Yes | Mid-point X in mm | |
| mid_y | Yes | Mid-point Y in mm | |
| end_x | Yes | End X in mm | |
| end_y | Yes | End Y in mm | |
| sketch_index | No | Sketch index (0-based). Uses last sketch if not specified. |