add_arc
Create an arc in a Fusion 360 sketch using three-point, center-start-end, or center-start-sweep definitions. Specify the appropriate points or sweep angle to add the arc.
Instructions
Add an arc. kind in {3pt, center_start_end, center_start_sweep}. 3pt: p1, p2, p3. center_start_end: center, start, end. center_start_sweep: center, start, sweep_radians (positive = CCW).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p1 | No | ||
| p2 | No | ||
| p3 | No | ||
| end | No | ||
| kind | Yes | ||
| start | No | ||
| center | No | ||
| sketch | Yes | ||
| sweep_radians | No |