A list containing lines. Is it possible to delete the recurring ones and keep only the non-recurring ones?
Would list.unique do it?
Yiu could try prune.geometry from datashapes as well
1 Like
How is that
sorry my bad…not at my cpu…it would have been
List.SetDifference/
List.IndexOf/
List.GetItemAtIndex
i think