Tree stucture problem

Hi!

This might be trivial, but I can’t properly construct my data tree to work with more than one curve. I’m trying to create a railing component where I can input multiple curves. Unfortunately, when I input more than one curve, the crossbars get messed up. Any tip?

railing_problem.gh (9.1 KB)

You need FlipLast (purple group) for this instead of Flip. Open source by Andrew Heumann. No need for Align Plane so I removed it.


railing_2024Aug6a.gh (17.2 KB)

You could also switch up your work flow a little to avoid the problem:


railing_problem_v2.gh (24.8 KB)

2 Likes

@Joseph_Oster Thanks a lot for letting me know about this component!
@Adam_M Thanks for the alternative workflow. That’s also a good idea!

1 Like