openscad/testdata/scad/features/highlight-modifier.scad

5 lines
70 B
OpenSCAD
Raw Normal View History

2011-08-30 07:01:04 +04:00
difference() {
sphere(r=10);
#cylinder(h=30, r=6, center=true);
}