Hi everyone,
I’m trying to make a loft between curves. I manage to sort in order these curves but loft result doesn’t fit curves…
Here’s the file with internalized data :
patatoide_curve.gh (54.0 KB)
Thanks !
Hi everyone,
I’m trying to make a loft between curves. I manage to sort in order these curves but loft result doesn’t fit curves…
Here’s the file with internalized data :
patatoide_curve.gh (54.0 KB)
Thanks !
Hello @martinsiegrist thanks for your answer, i like the way you ordered all curves with “sortlist component. What is the use of “Shiftpath component ?
Have a good day
Look at the tree structure of the R outputs on the Region Intersection components…
It contains each curve in a list.
To be able to loft the three sets individually, you need three lists with curves and the shift paths component basically flattens the number of levels you specify.
If that does not make sense, please learn more about lists and data structures. You can start here: