Is there a component to duplicate branches? Preferably it would function like the duplicate data component, but for branches. My current solution seems like a long workaround. I am trying to divide a sequence of polycurves into very specific lengths in order to turn the sequence into a mesh. What makes it tricky is that each segment of the polycurve needs to be divided in the same way (count) through the sequence.
This was a simplified example to highlight an issue. There are no guarantees that the curves are touching, and there may be many curves touching at one point.
Interesting. I almost always go into GhPython when I have to deal with more complex tree operations, so there are a bunch of native tree components that I am not aware of. Thanks for the tip.