Attractor + only create specific elements

Hello everyone, grasshopper newbie here,

I have a simple grid with circles on the points. A curve is running threw the whole grid and with this curve I would like to control the diameter of the circles. If the circles are smaller than “x” I would like to not generate them at all. How would I do this?
Whats the best way to do this?

My progress:


Here are the files to reference…
AttractorSmallerThan.3dm (114.5 KB)
AttractorSmallerThan.gh (9.2 KB)

Attractor curve is internalized in GH file, no need for Rhino file.


AttractorSmallerThan_2024Nov1a.gh (13.1 KB)

1 Like

Thank you so much! I didnt know I need to “Flatten” the Points from the grid!

In this case, it’s necessary for Cull Pattern.

Instead of radius, you could use ‘Distance’. Like this:


AttractorSmallerThan_2024Nov1b.gh (10.1 KB)

2 Likes