Thingiverse
Harbor Point Tower Chicago
9
Downloads
3
Likes
1
Makes
155 Harbor Point Drive in Chicago
Made using OpenSCAD
Here is the code I used to make it:
module window()
{
difference()
{
difference()
{
cube([12,80,12],center=true);
translate([0,-40,0])
cube([10,3,10],center=true);
}
translate([0,20,0])
cube([13,50,13],center=true);
}
}
module support()
{
color([1,0,0])
translate([0,35,0])
cylinder(r=3,h=12);
}
module wall()
{
for (i = [0:20])
{
translate([i*12,
Made using OpenSCAD
Here is the code I used to make it:
module window()
{
difference()
{
difference()
{
cube([12,80,12],center=true);
translate([0,-40,0])
cube([10,3,10],center=true);
}
translate([0,20,0])
cube([13,50,13],center=true);
}
}
module support()
{
color([1,0,0])
translate([0,35,0])
cylinder(r=3,h=12);
}
module wall()
{
for (i = [0:20])
{
translate([i*12,
Sign in to leave a comment
Sign in