I have a loft created from multiple lines. There are two lines that share a starting point and the loft between these two surfaces fail at creating a sensible surface. I’m not so interested in why the loft fails, but rather what is wrong with this surface. If I untrim it, I get a surface with the exact same length boundary, but the area is 1.5 times bigger.
please post the gh file including the portion of definition that includes the loft, the curves used to generate it, and eventually how those curves were created
I ran into a similar issue, the hack to fix it was drawing a circle around the center point (left in your view) of, say, 0.001, or twice the document tolerance, trimming the surface with that circle, and then proceeding with the rest of the design.
Since the straight loft seems to not properly work with a list of curves where some share endpoints, I suggest to try a different approach: get the pairs of consecutive curves, use the ruled surface component to create correct untrimmed surfaces between tha pairs and eventually join the surfaces
Exactly correct - When printing something like this that is based on a Loft surface that comes to a point I fudge it by making the top control curve a tiny circle. My printer has a much larger tolerance than a production NC machine tool so my top circle is something like .05 mm diameter.