Hi Hi!
I have been putting together a lil script that randomly places scaled figures on a surface with a random orientation. that part works, but I am struggling to find a way to only have one of the scale figures be placed. My intention is to be able to randomly select one scaled figure from the list and place it on one of the random points.
This is one possibility. I used a quick python script to generate the random numbers, but you could easily use the Random component again if you dont have Python.
The python script doesn’t really help with getting one object (not directly anyway), it is just generating a random number, same as the Random component but you dont have to alter the seed value every time. The trick it to flatten the list from your first Orient component output so you can then use list item to get only one object.
I flipped/transpose data after rotation, remove all data except one. In order to not have the same seed I generated n(here 14) seeds. That’s all. PopulatorLD.gh (21.7 KB)