Delete a list with just one or two elements inside

Hello everyone,
I would like to know if it is possible to delete from a list all sublists that have one or two elements.
This because I need to use points from sub-lists to generate surfaces, so I need to have only lists that have at least three elements.
Thank you very much for your time
best
Elisabetta

  • List.Count node set to @L2 for the list level
  • < node comparing the count to the number 3
  • List.FilterByBoolMask node where the original set of points is the list and the result of the < node is the mask.
1 Like