chiark / gitweb /
wardrobe-hook: straight-on version: SElevationCore
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Feb 2014 19:34:45 +0000 (19:34 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Feb 2014 19:34:45 +0000 (19:34 +0000)
wardrobe-hook.scad

index 27b02dc984b03a2a954c4ad57dcc336918875aff..722a9e148f403d5336086025504da318f35e180c 100644 (file)
@@ -129,6 +129,16 @@ module SPlan(){
              hookcurl + 90 - sbend);
 }
 
+module SElevationCore(){
+  boty = shookcy - hookoutrad - 1;
+  polygon([[-1,         tubeheight],
+          [topwidth,   tubeheight],
+          [topwidth,   elmid[1]],
+          [hookwidth,  shookcy],
+          [hookwidth,  boty],
+          [-1,         boty]]);
+}
+
 // toplevels etc.
 
 module RightHook(){ ////toplevel
@@ -136,6 +146,7 @@ module RightHook(){ ////toplevel
 }
 
 SPlan();
-translate([60,0,0]) ElevationCore();
+translate([30,0,0]) SElevationCore();
+translate([120,0,0]) ElevationCore();
 //ElevationCore();
 //RightHook();