Sweep1_closed rail problem

Hey guys!
I need to have a closed rail for my Sweep1 with a number of different sections. But there is an error in that command!
The shape should not be ceased abruptly, it is supposed to go smoothly frome one section to another.
Thanks in advance!!
image|690x293

sweep1.gh (8.8 KB)

That is indeed odd @mbodrov00. I get the same issue.

I used Rhino.Geometry.Brep.CreateFromSweep() instead.
Maybe gh uses the now superseded Rhino.Geometry.SweepOneRail() ??

Anyway, this works:


(you need to internalise your curves in a gh file before uploading, anyway I made a fresh one)

John.

sweep1.gh (8.6 KB)

2 Likes