Hello everyone!.
so the objective is placing an element to a column within x radius meter, minimum 3 instance placed within that radius.
Fire Extinguisher.DYN (100.2 KB)
I have already tried just with one level and it works well.
.
The squares grid is indicating area and it has center point every squares.
the solids representing column,
and the lines representing closest column to its area.
Now i wanted to try within multiple level,
what ive tried is grouping the points based of the levels. but the results is the lower level is trying to connect the upper level. which i dont want it. because its need to be per level.
Heres the graph
How do i do it?
Also i wonder if theres any different way to approach the objectives…
Thanks in advance!