Dispatch list by 3 index

Hi!
I’ve done a ShapeIn from a list, and I’ve obtained 3 index: 0, 1 and 2
I want to separate or divide this list in the respectives branches and I don’t know how do it…
Thank’s.


I’ve used this method but I only can divide in 2 branches.

Try to use Sift Pattern.

4 Likes

Thank’s!!

Nice!! I use Sift quite a bit to make patterns will nulls, but usually just use boolean lists, for some reason i had not considered adding additional outputs and linking it to components with index outputs like ShapeInBrep, PointInCrv, ProjectPoint, Etc. :exploding_head::thinking: Thanks!