Objects on points

Hello everyone,

I am looking for how to display an object (a flower for example or a circle) on each point contained on the surface ?

GridPatternsbyferry59_RE.gh (38.6 KB)

Use Vector2Pt component to make a vector from a base point associated with the geometry to the points on the surface. Use this vector to move the geometry to the points (in some cases like a circle you can set the circle directly on each point by plugging the points into the circles P input.


Move to grid.gh (10.9 KB)

and for things like circles:


Circles to grid.gh (6.1 KB)