Path Mapper

Hi everyone,
I want to have all paths that end in zero in one branch and all paths that end in 1 in another branch, but I don’t know how can I use the Path Mapper component.

Path Mapper.gh (5.1 MB)

This?

{A;B;C} -> {C}

Oh when you say “branch” you meant it in a flow diagram sort of way, not a data tree sort of way.

You’ll need the Split Tree component with the pattern {?;?;0} or {*;0}

1 Like

Make path/branch matching explicit and reliable instead of using Path Mapper's fragile magic .


Path Master_2020Oct22a.gh (5.1 MB)

There are many sensible ways to arrange, sort and group the geometry.

1 Like

Thanks David, :pray: :pray:

1 Like