I have a list of points which I need to test to distance - if they are closer than X.I also need to keep at least one point of them and make the test again. I try to loop data with anemone but at some point the search stop or all points are erased.
Hi, thanks for the quick response. I see that with Prox I can identify all the points that meet the condition, but I need to actually select them (it could be in a random order). That’s why I wanted to keep running the selection for all of them one by one. Even though I have the output from Prox, I still need to perform the selection.