Skip to main content
Solved

NeighborFinder finds same candidate

  • February 4, 2020
  • 2 replies
  • 26 views

Hello,

I have a set of lines that I converted into points using snipper. I want to find one neighbor of every point, so I used Candidate Only feature of NeighborFinder. However, I receive the same point as closest candidate.

I tried the same workflow for other set of points which I hadn't converted from lines and it works fine for this input. I'm not sure why I'm not able to find neighbors of points I created from lines.

Please provide some suggestions. I've added screenshot and workbench for reference.

 

Best answer by takashi

There could be multiple points at the same coordinates. If you use the Matcher to select only single points not overlap each other, what happens?

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

takashi
Celebrity
  • Best Answer
  • February 4, 2020

There could be multiple points at the same coordinates. If you use the Matcher to select only single points not overlap each other, what happens?


  • Author
  • February 4, 2020

There could be multiple points at the same coordinates. If you use the Matcher to select only single points not overlap each other, what happens?

thank you @takashi, I indeed had multiple lines which created stacked points.

This solves my issue :) Thanks