Hi all,
still trying to improve playing with basic stuff.
Loft: using as cross sections a bunch of shapes copied/translated along Z
I do want to use loft.
Thanks
Simone
Hi all,
still trying to improve playing with basic stuff.
Loft: using as cross sections a bunch of shapes copied/translated along Z
I do want to use loft.
Thanks
Simone
Hi @simoneavellini ,
you just need to transpose the output of your list.create node before you feed it to surface.bloft
As @Mostafa_El_Ayoubi suggested you’ll need to Transpose.
But for Transpose to work you’ll also need to Flatten each of the lists you’re feeding into List.Create
If you want to maintain list structure and avoid flattening, you could, but it would be more complicated and involve List.Map