Remove indices from List that have a Single Value

Dear Dynamo users,
I want to remove the indices from the list that consist of only one point and therefore cannot form a polycurve. These indices have only one value [0] whereas the rest of the indices do have two values [0], [1] but I don’t know how to separate them and remove the first ones.image

Get the count of your lists (@ Level 2). In conjunction with an equality test, you can then filter out lists where the count of items is 1.


Filter Points.dyn (13.1 KB)

2 Likes