Distance between multiple points / anemone

Hi,

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.

I appriciate any help

thx

gh_distance.gh (25.5 KB)

distance.3dm (105.2 KB)

Zuzana

I think this is a better approach for calculating determined distance domains in a point cloud.


gh_distance-01.gh (12.0 KB)

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.

Try changing the tolerance.