In AutoCAD, there is a command to ‘offset’ an object. You select the object (line, circle, rectangle, arc etc.), specify either a positive or a negative value and the object will be ‘offset’ according to the entered value.
If a circle was specified as the source object and a value of +5 was entered, a concentric circle +5 larger would be created.
Is there a way to do the same in Processing? i.e. place a circle and then offset the circle by a set amount?
The image below shows the idea of what I am trying to achieve.
Just to add, I know I can create concentric circles using a for loop, this is specific to selecting an object and ‘offsetting’ it.
Many thanks…