Skip to main content
Solved

Link pairs of points within a tolerance cluster

  • March 25, 2021
  • 2 replies
  • 19 views

Forum|alt.badge.img

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • March 25, 2021

One way to do this is to use the NeighborFinder with candidates only. Sample workspace attached.


Forum|alt.badge.img

One way to do this is to use the NeighborFinder with candidates only. Sample workspace attached.

Problem solved, thank you very much