Help needed. How to randomly array objects

Hi there,

I’m new to grasshopper. Trying to create an installation like below. How can I place an object randomly and fading out?

Thank you in advance

one way could be to create some points/planes in space, and use those as destination to orient the geometries

to create a sort of gradient / fading distribution you can use something like explained here (there are many examples in the forum): How to apply voronoi to 3D surface equally? - #4 by inno

This uses Heteroptera plugin RANDOM DIRECTION to get random vectors.

random.gh (14.5 KB)

1 Like

Thank you so much guys. Appreciate it!