Connecting one set of points to every point in a second set

Hi all–

I am attempting to connect two sets of points. I’ve used the point components and attached them to the line component.

What I would like is to attach every point in the first set to every point in the second. When I set multiple points for each component, the list numbers connect to each other:

When I set only a single point from the first set, it is able to connect to all of them.

What I am hoping for is to set up a script where I can get this to happen with every single point (connecting the each of the first set of points to every pint in the second). I suspect this might be solved with a List Item but cannot figure it out. Any tips helpful thank you!

ConnectPoints2.gh (528 Bytes)
Mining_Test.3dm (53.8 KB)

Your GH file appears to be empty?
Graft either input to the Line component.

Apologies for empty script! That is what I had set up and I was missing grafting–thank you so much!