I have this Geometry and these Numbers:

I want in my Attributes:
ID | Right | Left | Up | Down
13 | 14 | | | 19
14 | 15 | 13 | | 20
How can i get the neighbors?
I have this Geometry and these Numbers:

I want in my Attributes:
ID | Right | Left | Up | Down
13 | 14 | | | 19
14 | 15 | 13 | | 20
How can i get the neighbors?
Best answer by david_r
Here's another possible solution using the NeighborFinder: directional_neighborfinder.fmwt
Comments and explanations inside.