Skip to main content
Question

Possible to use NeighbourFinder to calculate closest distance between points and lines with matching attributes?(One to one ratio)

  • June 19, 2019
  • 2 replies
  • 20 views

john_esk
Contributor
Forum|alt.badge.img+7

I need to get the closest distance between points and lines calculated. The points and lines have matching attributes.

I only need distance calculated between point A and Line A, Point B and Line B.. Is it possible?

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • June 19, 2019

Yes, you can use your matching attributes as the group by parameter


john_esk
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 8 replies
  • June 19, 2019

Yes, you can use your matching attributes as the group by parameter

Thank you!