Give the minimum value of the spacing between random placed point

hello i’m super newbie dynamo user
i’m learning basic things about dynamo
particulary i’m studying ‘Placing random table’ now

i want to keep distance between the desks

When the points are randomly placed,
I want to give the minimum value of the spacing between them.
please help me.

thank you

  • how to rotate each desk randomly

hello,
you can create a random set of points. Use prune duplicates node. It has setting with minimum distance which will do the work for you.
for elements rotations there is a node SetRotation. It asks for element to rotate and the angle (degrees)

1 Like

thank you for helping me!!
it works!!