Half of circle array

I have a series of circles that have been moved along the z-axis and then scaled using a graph mapper to obtain the “flute-like” shape.

I would like to extract the circles of only the bottom portion without alternating the current shape. Or, I only want to see the bottom portion of circles.

Any thoughts on how to the achieve that.

Ekoskeleton.gh (34.1 KB)

Assigned to Grasshopper category

Hi,

Split List to the rescue.
If you need one more circle, use Ceiling output instead of Floor.

Ekoskeleton.gh (42.0 KB)

Awesome! Thank you.