Spread linking

hi all, i’m trying to produce a 3d array where every element (sphere) is linked by a line to the rest of the spheres. I have made some examples with spreads and vectors and it works but links only one element to the following in the spread. I need to put every element linked with the rest and vice versa…I think there should be a way to do this easily…help!
thx

Hey, don’t know if it is the best way, but I would use the connect all node. It is only meant for a 2d vector, but you can just use a couple of them. try this:

Hey, don’t know if it is the best way, but I would use the connect all node. It is only meant for a 2d vector, but you can just use a couple of them. try this:

ConnectAll3d.v4p (15.3 kB)

thx a lot! works perfectly, I will play with spread values
bye