summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/scad/misc/empty-shape-tests.scad28
1 files changed, 28 insertions, 0 deletions
diff --git a/testdata/scad/misc/empty-shape-tests.scad b/testdata/scad/misc/empty-shape-tests.scad
new file mode 100644
index 0000000..2b1a98c
--- /dev/null
+++ b/testdata/scad/misc/empty-shape-tests.scad
@@ -0,0 +1,28 @@
+linear_extrude(h=1) {
+ square(0);
+ circle(0);
+ polygon();
+ import();
+}
+
+cube(0);
+sphere(0);
+cylinder(0);
+polyhedron();
+import();
+surface();
+rotate_extrude();
+linear_extrude();
+translate();
+color();
+hull();
+minkowski();
+union();
+difference();
+intersection();
+render();
+projection();
+assign();
+if(1) { }
+intersection_for();
+for();
contact: Jan Huwald // Impressum