Matching of coordinates

Hi All,

i have facing some issue with this script…

i am trying to match both coordinates but it gives as False, it should be True…

can anyone help me out…

Thank you

Use the Geometry.DistanceTo() node to measure distance between the two points, then compare if those are less than some tolerance, say distance < 0.001.

Use this Node Geometry.IsAlmostEqualTo match coordinate each other.

2 Likes