summaryrefslogtreecommitdiff
path: root/testdata/scad/features/child-background.scad
blob: 9923913a414a5827cb03142268f80674a4b499a3 (plain)
1
2
3
4
5
6
7
8
module transparent() {
 %child();
}

difference() {
  sphere(r=10);
  transparent() cylinder(h=30, r=6, center=true);
}
contact: Jan Huwald // Impressum