Unable to join curves

Hello,

After many tries of trying to join two simple curves, I continue being unable to do so. I’ve already tried to flatten the input of the Join function, flatten both curves and Join function, but nothing seems to work:
1

Can you help me?
Thanks in advance.

Hi -
It’s difficult to tell from just a picture - can you upload the gh file?
Just from that picture, the two Crv components are empty and so there’s nothing to join.
-wim

Hey Wim,

Yes, I’ve made 2 simple lines that i want to join.
join_ex.gh (3.5 KB)

Thank you!

All you have to do is inputting the two line outputs together into “C” input node of Join Curvescomponent(By using LMB+Shift+Drag = Create a new wire without erasing old wires).


BTW, you can get the same result by usingPolyLine.

Thank you very much!! Wasn’t aware of the shift “Add” function