summaryrefslogtreecommitdiff
path: root/testdata/scad/allmodules.scad
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-03-31 00:45:42 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-03-31 00:45:42 (GMT)
commit71c33d48e0dc3a27c855629d3182d27a7f9a31c3 (patch)
treec77a4ad955a75bb5670105f57337d8d70ac25a0a /testdata/scad/allmodules.scad
parentcca148f5c91fc5fe780feab255b590a07f9a44e2 (diff)
Minimal tests for all modules
git-svn-id: http://svn.clifford.at/openscad/trunk@495 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'testdata/scad/allmodules.scad')
-rw-r--r--testdata/scad/allmodules.scad36
1 files changed, 36 insertions, 0 deletions
diff --git a/testdata/scad/allmodules.scad b/testdata/scad/allmodules.scad
new file mode 100644
index 0000000..9d6635c
--- /dev/null
+++ b/testdata/scad/allmodules.scad
@@ -0,0 +1,36 @@
+minkowski();
+glide();
+subdiv();
+child();
+echo();
+assign();
+for();
+intersection_for();
+if(true) { }
+union();
+difference();
+intersection();
+dxf_linear_extrude();
+linear_extrude();
+dxf_rotate_extrude();
+rotate_extrude();
+import_stl();
+import_off();
+import_dxf();
+group();
+cube();
+sphere();
+cylinder();
+polyhedron();
+square();
+circle();
+polygon();
+projection();
+render();
+surface();
+scale();
+rotate();
+mirror();
+translate();
+multmatrix();
+color();
contact: Jan Huwald // Impressum