summaryrefslogtreecommitdiff
path: root/testdata/scad/projection-tests.scad
blob: 619aa0194b4e05c6a099cc509782f44f563dc6ec (plain)
1
2
3
linear_extrude(height=20) projection(cut=false) sphere(r=10);
translate([22,0,0]) linear_extrude(height=20) projection(cut=true) translate([0,0,9]) sphere(r=10);
translate([44,0,0]) linear_extrude(height=20) projection(cut=true) translate([0,0,7]) sphere(r=10);
contact: Jan Huwald // Impressum