summaryrefslogtreecommitdiff
path: root/example.scad
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-20 12:10:55 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-20 12:10:55 (GMT)
commite80db13e335ccef3e93016a84b9aab1883828bda (patch)
tree0c99896e5565b124d89eb659e94b5966632692a8 /example.scad
parent9da231a4ece4b125c77ba0f6968c68c89a461d1a (diff)
Clifford Wolf:
Simple parser and qmake build system git-svn-id: http://svn.clifford.at/openscad/trunk@2 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'example.scad')
-rw-r--r--example.scad8
1 files changed, 8 insertions, 0 deletions
diff --git a/example.scad b/example.scad
new file mode 100644
index 0000000..1a5445f
--- /dev/null
+++ b/example.scad
@@ -0,0 +1,8 @@
+
+difference() {
+ sphere(r = 10);
+ cylinder(r = 5, h = 15);
+ rot([90 0 0]) cylinder(r = 5, h = 15);
+ rot([0 90 0]) cylinder(r = 5, h = 15);
+}
+
contact: Jan Huwald // Impressum