Comparing list problem

I have a problem comparing 2 lists…I have tried multiple things but i can’t get it right.


List.allindicesof finds the 32 entry but not the second point (image below) the list map finds nothing.

All the Z-values are the same.
if equal return index only gives my 32

what am i doing wrong.

Would something like this suffice?

2 Likes

Before processing, try rebuilding the points with reduced decimal places for coordinate values.

1 Like

Already tried this one…didn’t work…

thank you…this solved the problem…

1 Like