List: discuss@lists.openscad.org
From: Joe Weinpert
BOSL2 offset_sweep() and vnf_polyhedron()
Fri, May 6, 2022 10:28 PM
( obj1 );
function makeIt( shape, h=3, r=2, stps=16, chkIt=false ) = (
offset_sweep(
shape,
height = h,
steps = stps,
top = os_circle( r = r ),
check_valid = chkIt
)
);
The first picture is the object when using the module call.