Project 2 Mansilla + Tuñón Architects
Project movie
The project movie can be watched on the link below:
Generating A Dynamo Model
In order to randomly create different patterns on the façade, Dynamo was
used. It was necessary to extract windows’ dimension and location parameters
from the corresponding Generic Model Adaptive modules and use Integer Slider
and Math Random to produce a random number for each parameter. To achieve this
goal, a list of instances was used for window values.
Select Model Element à Get Family Parameter à List Create à Element.SetParameterByName
Family
Parameters: Window’s width and height & Left and down distances
Figure 1. Screenshot 1
Figure 2. Screenshot 2
Integer Slider à Math.Random & Number à Multiplies x by y & Number à x greater y? & Number à If à Watch à List Create à
Element.SetParameterByName
1) X2 Math à Functions à Random (seed)
2)
X2 Math à
Operators à
Multiplies x by y (*) & x greater y?
(>)
Figure 3. Screenshot 3
Openings’ dimensions in different levels are different.
Accordingly, an Integer Slider was used for each family parameter applied for
each window’s dimensions and location.
Integer Slider à Math.Random & Number à Multiplies x by y & Number à x less y? & Number à If à Watch à List Create à
Element.SetParameterByName
1) X2 Math à Functions à Random (seed)
2) X2 Math à Operators à Multiplies x by y (*) & x less y? (<)
Figure 4. Screenshot 4
Figure 5. Screenshot 5
Figure 6. Screenshot 6
Figure 7. Screenshot 7
Comments
Post a Comment