I am trying to create a quad mesh from offset curves on a plane (image 1). I split the curves and am left with a data tree of points (image 2). I want to connect the points such that for a given point, it is connected to the two neighboring points in the branch and to the corresponding point(s) in the neighboring branches (image 3).
I was thinking of using Weaverbird’s Mesh From Lines to create the mesh after drawing lines to connect the dots, but I don’t know how to parametrically connect the points in the way that I want. Is there a Grasshopper command that create a mesh from the points or draw the lines to connect the points in the way that I want? Or would it make sense to try making a Python script?
MeshFromContours_Test.gh (16.9 KB)










