Title sounds a little confusing but essentially, I have to recreate Sol Lewitt's wall drawing 340 (https://massmoca.org/event/walldrawing340/). Which consists of horizontal lines with voided shapes in the center, a circle, a square, a rectangle, a triangle, a trapezoid, and a parallelogram
I see that I'd need to use an iteration of some kind but I cannot for the life of me think of how I would calculate the individual start / end points of the horizontal lines within the iteration, and then the start / end points of the six voided shapes made from vertical lines.
An explanation that might point me on the right track would be fantastic as I want to learn this for myself. I must complete this using maths for the start / endpoints.