Skip to main content
Question

NeighborFinder close candidate list - is is ordered?

  • May 26, 2017
  • 1 reply
  • 20 views

alpheus
Participant
Forum|alt.badge.img+2

When multiple neighbors to find are specified, is the resulting list ordered by proximity or not? That is, is the nearest neighbor at position 0 in the list, next nearest at position 1, and so on?

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

francis_m
Contributor
Forum|alt.badge.img+9
  • Contributor
  • May 26, 2017

Yes, the result is normally ordered by proximity, but you can sort the list if you want (ListSorter)! The element index of the list is like you said : 0,1,2,3 and so on!