Listing points

prob.gh (14.6 KB)

Hello, i am stuck in a simple task , here is what i want to do-

Let there be X no of points (e.g. 100)
Find distance beween any one point and all the other points excluding it (X-1) - and do this for all points; then find the shortest value of distance for each point and make a circle with radii half of that distance.

I am unable to cull everything except that particular point and do it for all points, pls hlp

Something like this?


prob._re.gh (10.8 KB)

1 Like

yes, this is it, thanks for taking the time.