Delete duplicate items

A list containing lines. Is it possible to delete the recurring ones and keep only the non-recurring ones?

afternoon @Alisadeq
BimorphNodes package has couple nodes that may help you out.


Cheers KS

Would list.unique do it?

@pyXam that won’t work in the case of lines, what @Kai suggested will do it

Yiu could try prune.geometry from datashapes as well

How is that


Something like this may work?

Can’t see names node

sorry my bad…not at my cpu…it would have been
List.SetDifference/
List.IndexOf/
List.GetItemAtIndex
i think