Filter branch

Hello,

I have three sets of geometry (already in separate branches), and as a result i want to choose one set of geometry, using value list. What i did was use Entwine component to graft my data to three branches and than filter all branches by paths first number ( {0, *}, {1, *} and {2, *} ) in panel.

Having N sets of geometry makes this idea useless. I know that there must be simpler way to do this. Any ideas?

In your screenshot you’re using a slider.

Anyway, you can populate a value list with a script…

this also might be a way?

who_knows.gh (13.5 KB)

@martinsiegrist I used slider just for testing, to set values to 0,1 and 2. Finally I used value list with my defined names and its outputs - 0,1,2.

@inno it might be a way! Thank you :slight_smile: