Friday, April 23, 2010

Project2





In this project, i tried to relate some of the parameters in the parametric model that i designed for Project 1 and some of the parameters of my project.
i used the parametric lattice wall in different parts of my project



here you can see different parts that i used the parametric lattice wall:





one of them was to provide privacy in the balcony. i used the lattice wall to block the view through the windows, when other people are walking through the passage that connects different units. so if we have shorter windows, we can have shorter lattice wall as well.
so i connect the height of windows to the height of lattice wall. now if the designer change the height of window, height of window will change accordingly.




you can see windows and lattice wall


The challenging part:

I had used that parametric model in different places in my project, so i had to manipulate the Query so that it can understand which lattice wall should be changed, otherwise it would change the height of all of the. here is the query that i used.






here is the in query that i used in SQL view:

UPDATE Windows, GenericModels SET GenericModels.Height2 = DLookUp("[HeadHeight]","Windows","Id=155567")/2
WHERE (((GenericModels.id)=231977 Or (GenericModels.id)=232319));

the last line make the Access to just change the two lattive walls that i want to change.


At the end, i uploaded all the project into a html webpage that uses DWF viewer to display the project. there the viewer can extract information about each element by clicking on that.




















No comments:

Post a Comment