Draw Arc
draw_arcCreate an arc in the most recent sketch by specifying center coordinates, start point, and sweep angle. Use it to add curved sketch geometry for CAD profiles and models.
Instructions
Draw an arc in the most recent sketch (center + start point + sweep angle)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_x | Yes | ||
| start_y | Yes | ||
| start_z | No | ||
| center_x | Yes | ||
| center_y | Yes | ||
| center_z | No | ||
| sweep_angle | Yes | Sweep angle in degrees (positive = CCW) |