Subdividing Trees

Hey guys,

I am trying to subdivide a tree by a certain number:

Input tree:

{0},{1}...{24}

Desired output tree:

{0;0},{0;1}...{0,7}
{1;0},{1;1}...{1,7}
{2;0},{2;1}...{2,7}

I tried to work with partition list and path mapper, but could not achieve it…
Can someone help me here?

Thanks a lot,
Rudi

tree_problem.gh (7.7 KB)


tree_problem.gh (14.1 KB)

1 Like

tree_problem -b.gh (7.1 KB)

2 Likes

Thanks for your answers! :pray:
I was trying sth with graph mapper, but didn’t know yet how to apply the syntax properly…

What do you use to show the text labels? :sweat_smile:

This is a UI feature of the next version of my Peacock plugin. I think the balloon breaks the aesthetics and is too big for a name tag. In my case the names move with the component without a transparent group and change slightly in color when you select the component or when it has a warning or an error.

3 Likes