I want to move that three geometries to the square grid points to create several combinations.
I tried using list item and random but there are some points without geometries.
What should I do?
You need to have the same number of objects as points in your grid. I would use orient for this, alternatively you could create a vector from the origin to each point on the grid and use move.
grid_orient.gh (9.9 KB)
1 Like