Hi!
I’m trying to create a complex spirograph, similar to the one in the link below:
https://seedcode.com/SpirographN/sgn.html
First I tried use Spirorat-components, but I noticed a couple of problems:
- The next circle cannot be bigger than the previous one.
- The hole position cannot be outside the circle.
- The second circle should revolve around the first circle and the third circle around the second, but this does not happen.
Spirograph_Test2.gh (9.9 KB)
Is it even possible to create that complex spiroraph using those Spirorat-components?
Second, I tried to create that spirograph from scratch:
Spirograph4.gh (14.6 KB)
Here I solved problems 1. and 2. Sort of… But this needs some kind loop(?) to draw that pattern.
Anemone perhaps? (Loop Start-Loop End)?
This is based on this tutorial:
https://www.youtube.com/watch?v=m3bKNAR0KiI
I´m new with Grasshopper and I know that there are some flaws, but I´m trying to learn…
Any tips and tricks are welcome and I would appreciate them.
-Samuli Savolainen