openscad/testdata/scad/features/sphere-tests.scad

5 lines
132 B
OpenSCAD
Raw Normal View History

sphere(5);
translate([0,12,0]) sphere(5, $fa=5, $fs=0.5);
translate([12,0,0]) sphere(r=6);
translate([12,12,0]) sphere(r=6, $fn=5);