As seen in the picture, I’m losing a seam under this code:
Private Sub RunScript(ByVal Crv As List(Of Curve), ByVal y As Object, ByRef A As Object)
A = Brep.CreateFromLoft(Crv, point3d.Unset, point3d.Unset, LoftType.Normal, True)
End Sub
I guess the problem comes from the parameters points. But I do not understand how to adjust them in this case. Sdk information has not helped me.
What points should I give? What is the logic?
All my attempts have given me null results.
Thanks in advance.
LoftProblem.gh (4.5 KB)CrvsLoftProblem.3dm (73.3 KB)