Lofting curves more efficiently

I want to automate this script and reduce the components used. Atm I have to select each curve and loft them individually to create a roof surface. Any Ideas on how to do this automatically for all?

simplification.gh (34.7 KB)

Order the lines along Y, then loft them 2 by 2 should do the trick.
Just noticed there are some duplicates in there, it’s probably better to select all the curves from Rhino in a single parameter (and let the ordering do its job). Or better, select them in order directly.

I simplified the cross beams generation with a line instead of a massive interpolation through 10 CPs.

simplification.gh (19.3 KB)

1 Like

try this


simplification.gh (46.5 KB)

2 Likes

Thanks!