Removing Dup Points

Hi,

I have a pretty simple script in where I am trying to find ‘unique’ points in a list of 2 points. So removing both duplicates.

It seems to work for one, but not another. Which is odd.

Any ideas?

Best,
Tom

GrasshopperPoints.gh (374.7 KB)

such a mystery…

You compared two different lists

very much so. Any ideas :wink: ?

Yes, I know. I am comparing 2 lists to see out of the 2 lists combined, which points out of the 2 lists, are unique single points

Hi,
try using “Set Difference” on the lists.

Cheers,

Raul