Hello,
I have a 2D set of points within which I want that no pair of points stay within a distance inferior to a threshold of my choice. The supplementary points have just to be deleted. How can I perform that?
Thank you in advance.
Hello,
I have a 2D set of points within which I want that no pair of points stay within a distance inferior to a threshold of my choice. The supplementary points have just to be deleted. How can I perform that?
Thank you in advance.
Best answer by dustin
What do you want to happen with the points if they are within the threshold? Delete one? Move them apart?
You can use the NeighborFinder with the Candidates Only option. Then set the Maximum Distance parameter to a published parameter. The points that fall outside the tolerance would be from the UnmatchedBase port
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.