Ziggurat
0
Likes
44
Downloads
316
Views
Published on October 22, 2012
Description
Ziggurat from an assignment in my Astronomical Instrumentation course. Used to demonstrate knowledge of cad programs. I created this with OpenSCAD.
Instructions
$fn = 100; // Set rendering quality.
scale(v=25.4){ // scale from mm to inches.
cylinder(h=1.100, r=.5);
translate([0,0,1.1]) {
cylinder(h=.9, r=.75/2);
translate([0,0,.9]) {
cylinder(h=1, r=.5/2);
translate([0,0,1]) {
cylinder(h=1, r=0.249/2);
}
}
}
} // end scale
scale(v=25.4){ // scale from mm to inches.
cylinder(h=1.100, r=.5);
translate([0,0,1.1]) {
cylinder(h=.9, r=.75/2);
translate([0,0,.9]) {
cylinder(h=1, r=.5/2);
translate([0,0,1]) {
cylinder(h=1, r=0.249/2);
}
}
}
} // end scale
License

You must be logged in to post a comment.