Prototyping
Imagine we want to recreate this background used in a presentation:
At first glance, it looks like a few circles with a large radius, dashed lines, and three Disk elements. Programming this manually would be cumbersome. However, we can create our own tools for this specific task in just a few lines.
Placing Objects
We use the Navigation gizmo to assist in placing straight lines and disks.
Then, select the highlighted regions and run navigation ...
from the command palette.
It is better to add offsets to the positions, like we did with Disk
:
This prevents the navigation gizmo from overlapping with the actual graphic primitives being positioned.