Doodling for fun

Hey guys, just came across this video and would love to know how it work. can someone help me figure it out?

Veronoi patern select… and recrusive offset/rotation something about 10 time… I guess

Hello you can try searching on old site


You must find what you want
Put in Google your keywords plus
Site:www.grasshopper3d.com

That’s a classic recursion thingy. Recursion is a freaky situation where something calls itself and then calls itself again … until something happens and the loop is over.

See attached. Bad news: solution done with C# code only … meaning that is not the right thing for you [but who knows? maybe in the future … blah, blah].

Recursion_PolyInscribe_V1.gh (131.7 KB)

You can get plain stuff like this:

Or twisted in 3d space LOL stuff like that:

Tip: try it with polys from a faceted dome (LOL*2).

3 Likes

Using anemone…

RecursivePolygonRotation_re.gh (10.0 KB)

1 Like

Some of Grasshopper reference



And video is from Pieter Segeren

nevermind about the 3d that was pretty straight forward! haha

the 3d was pretty straightforward after the 2d pattern! haha but definitely some advice in learning how to code or excel at grasshopper would be much appreciated!

Er … hmm … you mean writing C# stuff in just 1234 easy steps? (forget it for the moment) or doing the same with excel data? (ditto).