4.207 Formal Design Knowledge and
Programming Constructs

Homework 3

Lira Nikolovska
Design and Computation program



"Device" that connects 2 lines

Bridge: load file
View code here

Draw 2 parallel lines in a same plane,
or use this *.dwg file.
Load the code and type device at the prompt.
You will be instructed to click on each of the lines,
to specify width of the bridge and height of the columns.

The program will do the following:
1. draw 2 main beams that span between the lines,
2. draw columns width the user-determined height,
3. draw small beams that span btw the main beams,
4. draw panels on top of the small beams.









Back to main page.