add_circle
Add a circle to a CAD sketch using center and radius or three points, returning a circle index for later reference.
Instructions
Add a circle. kind=center_radius needs center+radius_mm. kind=3pt needs p1+p2+p3. Returns circle_index for later reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p1 | No | ||
| p2 | No | ||
| p3 | No | ||
| kind | Yes | ||
| center | No | ||
| sketch | Yes | ||
| radius_mm | No |