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
One way to do this is to use the NeighborFinder with candidates only. Sample workspace attached.
One way to do this is to use the NeighborFinder with candidates only. Sample workspace attached.
Problem solved, thank you very much