ImplicitCAD/Examples/example15.scad

5 lines
67 B
OpenSCAD
Raw Normal View History

2019-05-22 00:54:16 +03:00
difference() {
sphere(20);
cylinder(r=17, h=100, center = true);
}