Hollow-out vase

Hollow-out vase

cults3d

I write an OpenSCAD module which can create a hollow-out pattern similar to Voronoi by simply passing cross sections to hollow_out_sweep. Vases here showcase examples of this functionality. The source code for the vase body is located in dotSCAD/examples/hollow_out/hollow_out_vase.scad. The code for the vase body is as follows: 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); OpenSCAD Documentation is available online. Traditional Chinese and English translations of OpenSCAD Documentation are also accessible. The dotSCAD library provides additional functionality for OpenSCAD users.

Download Model from cults3d

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.