Skip to main content

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.

 

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?


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


Reply