Hi,
I have a set of points, and I wanna build lines between pairs of points whenever their separating distance is within a specified tolerance for example [3,4] meters
Hi,
I have a set of points, and I wanna build lines between pairs of points whenever their separating distance is within a specified tolerance for example [3,4] meters
Best answer by nielsgerrits
One way to do this is to use the NeighborFinder with candidates only. Sample workspace attached.