color("red")cube(20,center=true); color("blue")translate([10,10,10]) sphere(r=10); union() { //union color("red")cube(20,center=true); color("blue")translate([10,10,10]) sphere(r=10); }