openscad/testdata/scad/intersection-tests.scad

5 lines
62 B
OpenSCAD

intersection() {
sphere(3);
cube([3,3,8], center=true);
}