Baking the GH-curves and then lofting in Rhino makes a perfect shape.
In GH the curves are unsorted, the loft jumps from the 5th to 3rd… How do I make GH understand which curve is the first one?
hi,
First off, It is best to internalize your geometry so as not to have to post both .3dm and .gh file (have a read at this, it’s going to be very useful)
What I think the problem is, is that the result of your loft is not a surface as you might think. (if during a loft it is difficult to connect a series of curves, Grasshopper creates a brep -so as to give you something- but it is essentially a mesh and doesn’t have the properties of a surface.)
In the following definition I realigned the ‘ribs’ using orient and the result is indeed a surface. surface.gh (19.3 KB)
of course I know internlalize data. In this case it’s about getting geometry from the outside, so I use it for tests and import Iges-files.
Great solution, thanks!
The one you did is a different setup, which is also very nice.
I want to focus on imported geometry here though, but I could extract a central curve and do what you suggest, since it is very clean and nice. But the geometry can be assymetrical too, which makes everyhing different I assume. Gonna run some tests…