Skip to content

Commit c9eb6fb

Browse files
authored
Merge pull request #23 from gaudi369/docs
update shoebox 1_2
2 parents 1fc71e2 + 190145f commit c9eb6fb

File tree

2 files changed

+47
-20
lines changed

2 files changed

+47
-20
lines changed

arch134b_workshops/docs/02_1_shoebox_p1.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ By the end of this tutorial, you will have created a set of visualizations in yo
1111
```
1212
<br/><br/>
1313

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+
1517
```{image} ../_static/shoebox1/shoebox1_2.png
1618
:width: 100%
1719
:align: center
@@ -25,7 +27,9 @@ By the end of this tutorial, you will have created a set of visualizations in yo
2527
```
2628
<br/><br/>
2729

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+
2933
```{image} ../_static/shoebox1/shoebox1_4.png
3034
:width: 100%
3135
:align: center
@@ -52,7 +56,7 @@ Practice double-clicking the canvas, searching for components, selecting and pla
5256
```
5357
<br/><br/>
5458

55-
## Hide Lines in the hourly plot
59+
## Hide lines in the hourly plot
5660
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.
5761

5862
```{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
7478

7579
Hover over the center of the other two plot components on your Grasshopper canvas to read about them.
7680

77-
## Create Wind Rose and Sun Path Visualizations
81+
## Create Wind Rose and Sun Path visualizations
7882
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**.
7983

8084
```{image} ../_static/shoebox1/shoebox1_9.png
@@ -84,7 +88,7 @@ The _location input takes values from the _location output of your Inport EPW co
8488
<br/><br/>
8589

8690
## 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.
8892

8993
```{image} ../_static/shoebox1/shoebox1_10.png
9094
:width: 100%
@@ -93,7 +97,7 @@ Investigate the wind rose in relation to your home. Manipulating a "Perspective"
9397
<br/><br/>
9498

9599
## 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.
97101

98102
```{image} ../_static/shoebox1/shoebox1_11.png
99103
:width: 100%
Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,115 @@
11
# Shoebox Model and Basic Visualizations
22

3-
Layers
3+
## Opening your shoebox model
4+
Open your single_family.3dm model (located here on Github: arch134b_workshops/_downloads/single_family.3dm).
5+
6+
Hide the three layers as shown below. Your home should now appear as a simplified box. When we learn to analyze a building, we start with the simplest form first.
7+
48
```{image} ../_static/shoebox2/shoebox2_1.png
59
:width: 100%
610
:align: center
711
```
812
<br/><br/>
913

10-
Geometry block
14+
## Create a "Geometry" component
15+
Double-click the canvas, type in "geometry", click to select the component, and click again on the canvas to place the component.
16+
1117
```{image} ../_static/shoebox2/shoebox2_2.png
1218
:width: 100%
1319
:align: center
1420
```
1521
<br/><br/>
1622

17-
Select Layer
23+
## Select objects
24+
Locate the "Zones" sub-layer within the SINGLE_ZONE layer. Right click it and click "Select Objects"
25+
1826
```{image} ../_static/shoebox2/shoebox2_3.png
1927
:width: 100%
2028
:align: center
2129
```
2230
<br/><br/>
2331

24-
Set one Geometry
32+
# Set one geometry
33+
Right click your geometry component and select "Set one Geometry".
2534
```{image} ../_static/shoebox2/shoebox2_4.png
2635
:width: 100%
2736
:align: center
2837
```
2938
<br/><br/>
3039

31-
Check if geometry is set
40+
## Check if geometry is set
41+
If your geometry is set properly, clicking your geometry component will highlight your zone in green in Rhino. Clicking elsewhere in th canvas will highlight the zone in red.
42+
3243
```{image} ../_static/shoebox2/shoebox2_5.png
3344
:width: 100%
3445
:align: center
3546
```
3647
<br/><br/>
3748

38-
Rooms Solid
49+
## Create "Rooms Solid" Component
50+
Create a "Rooms Solid" component similarly to how you searched an placed the "Geometry" component earlier.
51+
3952
```{image} ../_static/shoebox2/shoebox2_6.png
4053
:width: 100%
4154
:align: center
4255
```
4356
<br/><br/>
4457

45-
Set Windows and link to Aperture
58+
## Set Windows and link to Aperture
59+
Link your windows layer to a new geomoetry component and connect it to an "Aperture" component. Continue to recreate the block diagram step-by-step by searching for components, placing, and connecting them.
60+
4661
```{image} ../_static/shoebox2/shoebox2_7.png
4762
:width: 100%
4863
:align: center
4964
```
5065
<br/><br/>
5166

52-
Add Subface
67+
## Add Subface
5368
```{image} ../_static/shoebox2/shoebox2_8.png
5469
:width: 100%
5570
:align: center
5671
```
5772
<br/><br/>
5873

59-
Create Model
74+
## Create Model
6075
```{image} ../_static/shoebox2/shoebox2_9.png
6176
:width: 100%
6277
:align: center
6378
```
6479
<br/><br/>
6580

66-
Visualize Room Attributes
81+
## Visualize Room Attributes
6782
```{image} ../_static/shoebox2/shoebox2_10.png
6883
:width: 100%
6984
:align: center
7085
```
7186
<br/><br/>
7287

73-
Specify Legend Parameters
88+
## Specify Legend Parameters
89+
The yellow box is a "Panel" component. This component can be double clicked and typed into. Alternatively, double click the canvas then type "6 and press enter. This should create the same panel as shown in the image.
90+
7491
```{image} ../_static/shoebox2/shoebox2_11.png
7592
:width: 100%
7693
:align: center
7794
```
7895
<br/><br/>
7996

80-
Check Room Attributes and Group Block
97+
## Check Room Attributes and Group Block
98+
Selected components can be grouped into a purple box with CTRL+G. To select compontents, hold SHIFT and click them. Alternatively, hold left-click and drag the generated rectangular box around the components your want to select.
99+
100+
The ColorRoomAttributes component we created should color the floor of your shoebox model and generate a legend indicating the selected attribute and associated value. Click through several attributes in your dropdown menu component in Grasshopper and watch the generated visual change in Rhino .
101+
81102
```{image} ../_static/shoebox2/shoebox2_12.png
82103
:width: 100%
83104
:align: center
84105
```
85106
<br/><br/>
86107

87-
Check Face Attributes
108+
## Check Face Attributes
109+
Hide the Room Attribute visualization by right clicking the component and selecting "Hide Preview". The Face Attribute visual shows useful characteristics such as the material type. It can also visualize thermal resistance (called R-values) and thermal conductance (called U values or G values). Read more here: https://en.wikipedia.org/wiki/Thermal_conductance_and_resistance
110+
88111
```{image} ../_static/shoebox2/shoebox2_13.png
89112
:width: 100%
90113
:align: center
91-
```
114+
```e
92115
<br/><br/>

0 commit comments

Comments
 (0)