1 2 3 4 5 6 7 8
module transparent() { %child(); } difference() { sphere(r=10); transparent() cylinder(h=30, r=6, center=true); }