diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-31 00:45:48 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-31 00:45:48 (GMT) |
commit | 42608f43932edb267e95482378847505bc95ef1d (patch) | |
tree | 5c198316fa2bf041deae21ee8cbfe083b2a18614 /testdata/scad/projection-tests.scad | |
parent | 71c33d48e0dc3a27c855629d3182d27a7f9a31c3 (diff) |
More test models
git-svn-id: http://svn.clifford.at/openscad/trunk@496 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'testdata/scad/projection-tests.scad')
-rw-r--r-- | testdata/scad/projection-tests.scad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/scad/projection-tests.scad b/testdata/scad/projection-tests.scad new file mode 100644 index 0000000..619aa01 --- /dev/null +++ b/testdata/scad/projection-tests.scad @@ -0,0 +1,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); |