Im relatively new to the dynamo world but I think it may be able to help with a reoccurring revit issue. here’s the problem:
Whenever I am working in a conceptual mass, at some point I need to “create form” between a number of profiles to produce some sort of surface. The problem is that Revit does not allow you to dictate the order of the loft… it does some sort of background calculation to determine the ordering of profiles…
The attached images illustrate the problem. I used 3 lines as a an example… simply using “create form” to loft between them. It gives two different shapes depending on… something. It is that something that I do not know.
The first shape.
The alternate shape.
So, I tried to use to dynamo thinking it would be able to “order” profile loft.
I simply indexed the curves and used a loft node to create shape… and now I have different shapes. I tried switching the order of the curves in the list, but no consistent pattern emerges.
I am assuming there is a function built in to Dynamo to help with this problem. Any suggestions?