Hi. this is a very basic question but I couldn’t find a solution. I’m trying to loft curves around an arc and managed last time but now grasshopper seems to be closing the arc into a loop. I tried Loft Options but it doesn’t seem to work. Is there a setting that I am missing?
I didn’t upload the file because it is quite big, but let me know if you would like to see
Your problem comes from the sorting of your section curves.
We can see that the first triangle is at the end of the lofting list, so it generates the “loop” you’re talking about.
Hi, yes that is it. I’ve been trying to solve it by merging the lists rather than joining them and flattening them and it worked for almost all but I’m once again having the same issue. How can I reorder the loft list?
Hi,
“Joining” is useful to join curves, it transforms exploded segments into joined curves. This is not what you need.
“Merging” is closer of what you want. But you don’t control the order of items in the merged list.
You need to use the Insert Items component in order to place the inserted item where you want it to be.
In that case, at the end of the list, or at the index -1 of the original list.