Object Recursion

Hello! How can something like this be done with Grasshopper?
1

This was the result of a tutorial for Houdini. Unfortunately, I have no idea how to get this done with Grasshopper. Would be very thankful for help.

Hello
here a simple way using anemone for the recursion. The idea is to take a random point on the mesh and recursion mesh (they are the same at the beginning). Scale the mesh, rotate the mesh and move the mesh then add it to the recursion object. I just joined the mesh, could be better with with mesh union but surely less fast.


object recursion.gh (187.2 KB)

1 Like

That’s great! Thank you