Skip to main content
Question

Hi! I have a problem with LineBuilder , which I hope you can help me with.

  • September 23, 2020
  • 1 reply
  • 21 views

dor1411993
Contributor
Forum|alt.badge.img+5

printscreenI have a few thousand points for which I need to build a line that connects a point to another point or two, based on location.

For example, if a type A point is far from a type B point at a certain distance, then build me a line that connects them.

Do you think this is possible?

Of course I tried with theLineBuilder and could not reach a desired result.

 

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.

1 reply

deanhowell
Influencer
Forum|alt.badge.img+24
  • Influencer
  • September 23, 2020

I would suggest using the NeighborFinder to find the points as this will get you the distance and coordinates to the point and then use the coordinates to add a vertex using the VertexCreator