
Hollow-out vase
thingiverse
I write an OpenSCAD module that creates a hollow-out pattern similar to Voronoi by passing cross sections to `hollow_out_sweep`. Examples of vases demonstrate this capability. The source code is available on [dotSCAD/examples/hollow_out/hollow_out_vase.scad](https://github.com/JustinSDK/dotSCAD/blob/master/examples/hollow_out/hollow_out_vase.scad). The vase body's code is: bezier = bezier_curve(t_step, ctrl_pts ); fpt = ctrl_pts[len(ctrl_pts) - 1]; a_step = 360 / fn; sects = paths2sections([ for(a = [0:a_step:360 - a_step]) [for(p = bezier) rotate_p(p, [0, 0, a])] ]); // body hollow_out_sweep(sects, thickness = width, style = line_style, $fn = 4); The vase body is shaped by a bezier curve. Change control points to create different vases.
With this file you will be able to print Hollow-out vase with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Hollow-out vase.