Hi, I am trying to create a surface based on a mesh scan of a human! I want to create this surface from a network of curves (Shown in image 1). I have also tried creating the surface from points taken from the curve intersections.
I didn’t have time to look at the rest of your definition, but I just included an example of how to loft the horizontal curves.
First I aligned the seams, then made sure the tangents of all the curves were pointing in the right direction. To align the direction I used a quick Python script, but I could be done using standard gh components.
It would probably be best to simplify the curves before the loft, because its getting pretty heavy.