Gh python selection of points

Hi!
I am trying to sort some points I created and only select the points with a z-value greater than 1 with no luck. I am doing this inside Gh python component as I am more experienced with python than grasshopper itself, but I am open for other solutions.

I get the error message when I am trying to get the z values: i[2] from the points.

Moved to Grasshopper category

1 Like

Hi
Set x to List Access and Type to Point3d

Thank you! That worked :slight_smile: