How to split a branch every n branch?

I trying to create a simple A4 layout template for multiple pages. For this I have a branched tree that contains 4 branches each containing a nb. of curve ({0;0 to {0;4}. This setup originated from the idea that I in the future can decide which set of curves to preview by selecting a specific tree.

Anyway … I want to move this collection an x-amount of time. For each of the 9 vectors I want to create a new branch while maintaining the existing branch logic. So I want to get {0;0 to 4} to {8;0 to 4}. Probably easy with path mapper but thus far I fail in the attempt. Any suggestions?
Screenshot 2022-12-09 204315


Branching Split.gh (13.1 KB)

Hello,

Here it is, with Path Mapper.

And a one component solution with Entwine if you don’t need to have dynamic control on the amount of branches.

image

Branching Split.gh (20.9 KB)

Two more solutions to get the Move component to work, without reordering the tree.
You’ll need Elefront.

Branching Split.gh (16.9 KB)

Thanks for highlighting the different methods. Guess my brain stopped working after a long days work :wink: Never knew these elements in Elefront, good to know

1 Like