Extracting a specific number from a branch

Hi,

I wonder how to extract a specific number from a branch.
I have this branch with different numbers
{0,0,0,0,0,0}
{0,0,0,0,1,0}
{0,0,0,0,2,0}
{0,0,0,0,3,0}
I only want to extract seperately 0-3 numbers so that I can connect each points to them.
The reason for this is to be able to connect the bottom points to the above points with the given number in height 0,1,2,3…

This is what I mean by connecting lines.
(I did it manually in Rhino)

10 APRIL 2019 - LINE TO NUMBERS_reV1.gh (13.7 KB)

Like this?


10 APRIL 2019 - LINE TO NUMBERS_reV2.gh (15.7 KB)

1 Like

Thanks very much for your help :pray: