List: discuss@lists.openscad.org
From: Adrian Mariano
Re: Good ol' rounding subject
Sat, Aug 24, 2024 3:52 AM
Yeah, you would use offset_sweep twice for the top and bottom of the skin
object. I did a quick test:
up(2.5)
offset_sweep(botBot,h=.5,top=os_circle(r=.5));
and you get the result below. To get it really nice looking you'll need a
custom profile that better matches the slope of your shape, with a smaller
rounding arc.