Issues with Lofting in Grasshopper

Hi there,

I’m trying to create a series of surfaces along a divided curve using the Loft command in Grasshopper. I’ve divided my curves, offset them and attempted to loft but to no avail. I tried flattening the input to the Loft command but it’s not changing my result.

Here is my gh file with internalized data:
crawford.gh (23.9 KB)

Any help would be greatly appreciated!

Only one curve was internalised:

Apologies. Here is the updated file with the internalised data.
crawford-v2.gh (24.9 KB)

This?

1 Like

Yes! That’s it. What are the commands you used: i) Flatten (?) and ii) another one; before Loft. Sorry for the rudimentary questions. I’m a beginnger.

Entwine + Flip Matrix + Loft
You can skip simplifying output, no flattening.
Loft is sensitive to the tree structure, You have to observe it. In this case the output needs to be combined in pairs:

1 Like

Perfect. Thanks so much!