Selection several values in the time

Hello,

Could you help me please?
I would like select several curves from list (for example 1, 2, 6, 11, 45 etc.) but as shown below I can select only one curve.

Thanks for advice

flatten the contours list and use list item component

1 Like

If you want to maintain the DataTree path information you just have to use the proper mask (or masks) to split the tree.

240318a_split_datatree.gh (11.6 KB)

Info. here on constructing masks:

-Kevin

2 Likes

right click on your mask panel panel and select multiline
then double click to edit, and insert a new mask
for example:

{0; 0; 0; 2}
{0; 0; 0; 13}
{0; 0; 0; 45}

1 Like