Feeded Objects/Geo placed randomly from a set of points

Hello Guys!, I’m trying to place a set of objects randomly in a collection of points

However, im quite not sure about the tree structure i have or lack enough knowledge on this part, so all objects occur at once in the points i have

I have set of 3 different spheres which i have to randomly place in a point collection, so would you guys clear me out where in my code the logic was wrong

Thank you!, Internalised geometries and attaching GH file, many thanks for your help on this

Feeded Objects placed randomly from a set of points.gh (23.1 KB)

Flatten the tree with the three objects. Repeat / duplicate the objects so you have at least as many spheres as you need for all planes and the jitter the list.

It worked , thank you @martinsiegrist !!

I have one small doubt regarding the same topic

Feeded Objects placed randomly from a set of pointsV2.gh (25.4 KB)

1 Like

Now I have even distanced points which I have to send these objects in a randomized locations

Feeded Objects placed randomly from a set of pointsV2.gh (24.6 KB)

Any tip to have locations randomize in a evenly distributed set of points?

@martinsiegrist ?

Thank you for your help !

Jitter the planes list. But your spheres will then overlap.

Here’s an attempt trying to orient the spheres so their projection does not overlap. It is not exact but maybe worth exploring.

Feeded Objects placed randomly from a set of pointsV3.gh (31.3 KB)

1 Like

Thank you for your kind support @martinsiegrist

1 Like

Jittered the target plane and it did worked!, thank you @martinsiegrist

1 Like