Selecting and Deleting

Hi,
i need some advice on how to select and delete one specific point from the array of vertices of the grid constructed in the example below. I tried remove it with the “Cull Index” command but it didnt worked. Any help would be much appreciated.
Best regards
J


Problem.gh (30.9 KB)

Hi,

If you explode the cells like this, you’ll get each point 4 times.
Use Cull Duplicates before Cull Index, or better, use the Points output directly.

In general it’s not a good idea to remove specific items from a list like that. It is more ‘the Grasshopper way’ to establish a general rule to remove one/some elements (the smallest/largest, furthest/closest from a reference object,…)