$fn=100; difference(){ cube(50,center=true); cylinder(r=10,h=120, center=true); rotate([90,0,0]) {cylinder(r=10,h=120,center=true);} rotate([0,90,0]) {cylinder(r=10,h=120,center=true);} sphere(r=20); }