Join "A" curves with only "B" curves

Hi,

I have two lists with a bunch a curves, I want to join them to see all the polylines that can be form, but I want to only do this operation between curves from diferent lists, when I use the Join component it also does the operation between curves from the same list, thus making an union from two curves of the same list. Is there a more advance Join Tool? That would give me for example an input for “A” Curves and one for “B” Curves.

Thank you

It only performs a join on curve in the same list. You’ll need to figure out how to modify your data structure so that all the curves you want to join are all in their own lists.

Post a file with the curves you are using and a description of which curves you want joining and I’m sure someone will have a go for you.