Patch Problem

Hello all,
I am trying to patch a group of curves into a topo surface,
i tried from the points, but it also didnt work,
any help will be appreciated
PATCH_HLP.gh (111.7 KB)

PATCH_HLP.gh (111.7 KB)

this generates a mesh through Delaunay + Triremesh
takes about 40 seconds in my PC so I internalized the result, probably the edge length can be at least doubled


PATCH_HLP_mesh-Re.gh (10.0 MB)

if you really need to get a surface out of that then I’d take this mesh, project a rectangular array of points on that, and use surface from points
but be aware that every point must be succesfully projected on the mesh

(to better understand what it means, this was a case where a few points were projected outside of the mesh so the surface from points was failing)

great stuff,
Thanks alot