How to Split Branch More Efficiently?

pick & choose -1.gh (35.2 KB)

Is there a way to get the same outcome without “splitting” branches one at a time? A GH component capable of dividing a single panel into several panels.

unentwine component is the one you are looking for

pick & choose -1a.gh (17.1 KB)

PLUS Entwine as @rajeev_pulari wrote :slight_smile:

I have no idea what it is that you are trying to achieve with this script. You have to become more precise with your language and your goals:

You cannot “split” a Panel, but you can split data into streams.

Unentwine is not a native Grasshopper component.


You can split a data tree by its branches into streams using Explode Tree. You can arbitrarily select tree items with Tree Statistics and Tree Item.


pick & choose VR 1.gh (35.1 KB)