Project: create polygon with explicit radius
Add a regular polygon using an exact center, radius, and side count
Dither form
; Add a regular polygon using an exact center, radius, and side count
(project/create/polygon-with-radius {:x nil :y nil :radius nil :sides 1})
Inputs
| Input | Kind | Required | Default |
|---|---|---|---|
x | length | yes | — |
y | length | yes | — |
radius | length | yes | — |
sides | integer | yes | — |
Behavior
- Finishes as a bounded immediate action.
- No undo transaction