Create Polygon
create_polygonDraw a regular polygon in the most recent sketch by specifying the number of sides and circumradius. Optionally set the center coordinates.
Instructions
Draw a regular polygon in the most recent sketch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sides | Yes | ||
| radius | Yes | Circumradius (cm) | |
| center_x | No | ||
| center_y | No | ||
| center_z | No |