As you can see I have a very simple definition and I am trying to connect the points as the attached image. I am trying to make 4 lines connecting each side of points with an interpolate curve in order to create a vault.
I can not figure how to manipulate the list in order to create those lines.
I have another issue with list sorting. Can you please have a look at this?
I am trying to create interpolate curves from all the mesh vertices and the middle and top points of the object as shown in the image but I don’t manage to do the list work.
I would appreciate if you had a look.
The key, as is often the case in GH, is matching the data. You just need to make sure each point you want to interpolate through is in the same list within the same data branch/path.