Dividing List into two by bracket number

Hello,

I am struggling with dividing a list on grasshopper.

I have a bunch of Trimmed surfaces that are sorted in different categories (The number in the bracket in the back f.e. {1} or {2}). I now need the list divided into one list that’s below {6} and one that is above {6}.

Thank you for your help!
K

If you want to split a datatree at branch {6} given the paths shown in your image, then this is one way (you didn’t specify which group branch {6} should go in, omit the “=” from the mask if you want it in the second group).

More info here:

-Kevin

1 Like