You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arch134b_workshops/docs/02_1_shoebox_p1.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ By the end of this tutorial, you will have created a set of visualizations in yo
11
11
```
12
12
<br/><br/>
13
13
14
-
## Double click on the Grasshopper canvas to search for components. Type in "Panel". Click and drop the Panel onto the canvas.
14
+
## Place your first component.
15
+
Double click on the Grasshopper canvas to search for components. Type in "Panel". Click and drop the Panel onto the canvas.
16
+
15
17
```{image} ../_static/shoebox1/shoebox1_2.png
16
18
:width: 100%
17
19
:align: center
@@ -25,7 +27,9 @@ By the end of this tutorial, you will have created a set of visualizations in yo
25
27
```
26
28
<br/><br/>
27
29
28
-
## Plugin libraries and functions are loacted on the top bar. Once you are familiar, this is an alternative place to drag and drop components from.
30
+
## Plugin libraries and functions are located on the top bar.
31
+
This is an alternative place to drag and drop components from.
32
+
29
33
```{image} ../_static/shoebox1/shoebox1_4.png
30
34
:width: 100%
31
35
:align: center
@@ -52,7 +56,7 @@ Practice double-clicking the canvas, searching for components, selecting and pla
52
56
```
53
57
<br/><br/>
54
58
55
-
## Hide Lines in the hourly plot
59
+
## Hide lines in the hourly plot
56
60
Right click the center of the Hourly Plot component and click the option to "Hide Preview". Then connect the indicated outputs to a "Custom Preview" component. Note how this removes the grid lines from the original plot. Custom Previews can be used to modify your plots.
57
61
58
62
```{image} ../_static/shoebox1/shoebox1_7.png
@@ -74,7 +78,7 @@ The plot on top (the hourly plot) is called an 8760 model. Each pixel represents
74
78
75
79
Hover over the center of the other two plot components on your Grasshopper canvas to read about them.
76
80
77
-
## Create Wind Rose and Sun Path Visualizations
81
+
## Create Wind Rose and Sun Path visualizations
78
82
The _location input takes values from the _location output of your Inport EPW component. The _wind_direction input takes values from the _wind_direction component. The _data component takes values from the **take better picture for this**.
79
83
80
84
```{image} ../_static/shoebox1/shoebox1_9.png
@@ -84,7 +88,7 @@ The _location input takes values from the _location output of your Inport EPW co
84
88
<br/><br/>
85
89
86
90
## Check Wind Rose plot (perspective view)
87
-
Investigate the wind rose in relation to your home. Manipulating a "Perspective" Rhino viewport may be useful here to explore the model. This plot will be revisited in a later module.
91
+
Investigate the wind rose in relation to your home. Manipulating a "Perspective" Rhino viewport may be useful here to explore the model. A wind rose visualizes the wind speed and direction at a specific location. This plot will be revisited in a later module.
88
92
89
93
```{image} ../_static/shoebox1/shoebox1_10.png
90
94
:width: 100%
@@ -93,7 +97,7 @@ Investigate the wind rose in relation to your home. Manipulating a "Perspective"
93
97
<br/><br/>
94
98
95
99
## Check Sun Path (perspective view)
96
-
Investigate the sun path in relation to your home. Manipulating a "Perspective" Rhino viewport may be useful here to explore the model. This plot will be revisited in a later module.
100
+
Investigate the sun path in relation to your home. Manipulating a "Perspective" Rhino viewport may be useful here to explore the model. A sun path diagram shows the sun's path through the sky at a specific loacation. This plot will be revisited in a later module.
0 commit comments