how can I select points with the same values on the same attribute? Compare node with specific values is not an option because values are random and the number of points with the same values can be different.
and maybe set int attrubute on same points (if value = 1.25 set int atr = 1, if value = 0.14 set int atr = 2, an so one)
################## EDIT additional info ###############
I'm trying to rebuild a spine for a bush plant to animate it.
I managed to calculate the distance between the first point in a branch and the closest point from it to the point on the trunk. This way I will probably connect the branch with the rest of the pine structure. Imgur
Yes, I could use the compare node and the epsilon value, but this needs to be manually adjusted per model. I want to be more automatic.
In the image with colored branches, you can see what I'm aiming for, I hope it is readable.Imgur








