Join two liners

Hello everyone,
I’m trying to build a liner on top of another one generated in the previous phase.
While cycling the current phase with two liners, I see that they are not linked together (figure below with deformation factor).
I tried structure node join command, but the model crashes after.
Could anyone explain to me how can I make sure that my liners are connected ? And, is the structure node join command is the right one to do so ?

If you give them the same ID, they will be joined. e.g.
struct create by-zone-face id 1 range …

And then when you make the second liner, use the same id.

1 Like

Thanks for the tip Jim !