//Basic Example $fn=100; difference(){ intersection(){ color("red") cube(4,center=true); color("blue",0.4) sphere(3); } cylinder(10,1.5,1.5,center=true); rotate([90,0,0]) cylinder(10,1.5,1.5,center=true); }