summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/example014.scad9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/example014.scad b/examples/example014.scad
new file mode 100644
index 0000000..b88fd92
--- /dev/null
+++ b/examples/example014.scad
@@ -0,0 +1,9 @@
+
+intersection_for(i = [
+ [0, 0, 0],
+ [10, 20, 300],
+ [200, 40, 57],
+ [20, 88, 57]
+ ])
+ rotate(i) cube([100, 20, 20], center = true);
+
contact: Jan Huwald // Impressum