openstudio-standards 0.6.3 → 0.7.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +2 -49
- data/data/standards/openstudio_standards_duplicates_log.csv +1 -7962
- data/data/standards/test_performance_expected_dd_results.csv +2005 -97
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +47 -57
- data/lib/openstudio-standards/geometry/create.rb +1 -1
- data/lib/openstudio-standards/geometry/create_bar.rb +6 -3
- data/lib/openstudio-standards/geometry/create_shape.rb +1 -1
- data/lib/openstudio-standards/geometry/group.rb +1 -1
- data/lib/openstudio-standards/geometry/information.rb +1 -1
- data/lib/openstudio-standards/geometry/modify.rb +53 -1
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +44 -47
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +43 -48
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +44 -24
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +24 -24
- data/lib/openstudio-standards/schedules/parametric.rb +1 -1
- data/lib/openstudio-standards/service_water_heating/create_piping_losses.rb +152 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +544 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +303 -0
- data/lib/openstudio-standards/service_water_heating/create_water_use.rb +95 -0
- data/lib/openstudio-standards/space/space.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +65 -70
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +12 -14
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +16 -5
- data/lib/openstudio-standards/standards/Standards.Model.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +10 -2
- data/lib/openstudio-standards/{prototypes/common/objects/Prototype.Model.swh.rb → standards/Standards.ServiceWaterHeating.rb} +209 -139
- data/lib/openstudio-standards/standards/Standards.Surface.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +4 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22251 -12963
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +8981 -5228
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +8935 -5182
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +7281 -5391
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +9005 -15215
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +8717 -17168
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +1941 -651
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +377 -99
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_properties.json +6889 -4044
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_constructions.json +108 -108
- data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/data/cbes_pre_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/data/cbes_t24_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/data/cbes_t24_1992.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/data/cbes_t24_2001.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/data/cbes_t24_2005.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/data/cbes_t24_2008.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/data/cbes.constructions.json +142 -142
- data/lib/openstudio-standards/standards/deer/data/deer.constructions.json +5 -1551
- data/lib/openstudio-standards/standards/deer/data/deer.materials.json +40 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.motors.json +88 -8
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +17 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +2 -1
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +4 -4
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +61 -88
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +3 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/data/boiler_fuel_type_sets.json +54 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMidriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMultiTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPPointTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPTownHouse.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +32 -24
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +89 -15
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +5 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +22 -65
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +19 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +56 -2
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +3 -1
- data/lib/openstudio-standards/standards/necb/common/construction_defaults.osm +2 -2
- data/lib/openstudio-standards/standards/necb/docs/air_system_names_method.md +127 -0
- data/lib/openstudio-standards/thermal_zone/thermal_zone.rb +1 -1
- data/lib/openstudio-standards/utilities/template_measure/resources/BTAPMeasureHelper.rb +1 -1
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/information.rb +61 -5
- data/lib/openstudio-standards/weather/modify.rb +1 -1
- data/lib/openstudio-standards.rb +5 -3
- metadata +12 -63
- data/data/standards/OpenStudio_Standards-deer.xlsx +0 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +0 -1100
- data/lib/openstudio-standards/service_water_heating/component.rb +0 -189
@@ -1014,173 +1014,173 @@
|
|
1014
1014
|
]
|
1015
1015
|
},
|
1016
1016
|
{
|
1017
|
-
"name": "
|
1017
|
+
"name": "U 0.11 SHGC 0.34 Simple Glazing",
|
1018
1018
|
"intended_surface_type": "ExteriorWindow",
|
1019
1019
|
"standards_construction_type": "Metal framing (all other)",
|
1020
1020
|
"insulation_layer": null,
|
1021
1021
|
"skylight_framing": null,
|
1022
1022
|
"materials": [
|
1023
|
-
"
|
1023
|
+
"U 0.11 SHGC 0.34 Simple Glazing"
|
1024
1024
|
]
|
1025
1025
|
},
|
1026
1026
|
{
|
1027
|
-
"name": "
|
1027
|
+
"name": "U 0.11 SHGC 0.38 Simple Glazing",
|
1028
1028
|
"intended_surface_type": "ExteriorWindow",
|
1029
1029
|
"standards_construction_type": "Metal framing (all other)",
|
1030
1030
|
"insulation_layer": null,
|
1031
1031
|
"skylight_framing": null,
|
1032
1032
|
"materials": [
|
1033
|
-
"
|
1033
|
+
"U 0.11 SHGC 0.38 Simple Glazing"
|
1034
1034
|
]
|
1035
1035
|
},
|
1036
1036
|
{
|
1037
|
-
"name": "
|
1037
|
+
"name": "U 0.12 SHGC 0.34 Simple Glazing",
|
1038
1038
|
"intended_surface_type": "ExteriorWindow",
|
1039
1039
|
"standards_construction_type": "Metal framing (all other)",
|
1040
1040
|
"insulation_layer": null,
|
1041
1041
|
"skylight_framing": null,
|
1042
1042
|
"materials": [
|
1043
|
-
"
|
1043
|
+
"U 0.12 SHGC 0.34 Simple Glazing"
|
1044
1044
|
]
|
1045
1045
|
},
|
1046
1046
|
{
|
1047
|
-
"name": "
|
1047
|
+
"name": "U 0.12 SHGC 0.38 Simple Glazing",
|
1048
1048
|
"intended_surface_type": "ExteriorWindow",
|
1049
1049
|
"standards_construction_type": "Metal framing (all other)",
|
1050
1050
|
"insulation_layer": null,
|
1051
1051
|
"skylight_framing": null,
|
1052
1052
|
"materials": [
|
1053
|
-
"
|
1053
|
+
"U 0.12 SHGC 0.38 Simple Glazing"
|
1054
1054
|
]
|
1055
1055
|
},
|
1056
1056
|
{
|
1057
|
-
"name": "
|
1057
|
+
"name": "U 0.13 SHGC 0.32 Simple Glazing",
|
1058
1058
|
"intended_surface_type": "ExteriorWindow",
|
1059
1059
|
"standards_construction_type": "Metal framing (all other)",
|
1060
1060
|
"insulation_layer": null,
|
1061
1061
|
"skylight_framing": null,
|
1062
1062
|
"materials": [
|
1063
|
-
"
|
1063
|
+
"U 0.13 SHGC 0.32 Simple Glazing"
|
1064
1064
|
]
|
1065
1065
|
},
|
1066
1066
|
{
|
1067
|
-
"name": "
|
1067
|
+
"name": "U 0.13 SHGC 0.38 Simple Glazing",
|
1068
1068
|
"intended_surface_type": "ExteriorWindow",
|
1069
1069
|
"standards_construction_type": "Metal framing (all other)",
|
1070
1070
|
"insulation_layer": null,
|
1071
1071
|
"skylight_framing": null,
|
1072
1072
|
"materials": [
|
1073
|
-
"
|
1073
|
+
"U 0.13 SHGC 0.38 Simple Glazing"
|
1074
1074
|
]
|
1075
1075
|
},
|
1076
1076
|
{
|
1077
|
-
"name": "
|
1077
|
+
"name": "U 0.14 SHGC 0.31 Simple Glazing",
|
1078
1078
|
"intended_surface_type": "ExteriorWindow",
|
1079
1079
|
"standards_construction_type": "Metal framing (all other)",
|
1080
1080
|
"insulation_layer": null,
|
1081
1081
|
"skylight_framing": null,
|
1082
1082
|
"materials": [
|
1083
|
-
"
|
1083
|
+
"U 0.14 SHGC 0.31 Simple Glazing"
|
1084
1084
|
]
|
1085
1085
|
},
|
1086
1086
|
{
|
1087
|
-
"name": "
|
1087
|
+
"name": "U 0.14 SHGC 0.34 Simple Glazing",
|
1088
1088
|
"intended_surface_type": "ExteriorWindow",
|
1089
1089
|
"standards_construction_type": "Metal framing (all other)",
|
1090
1090
|
"insulation_layer": null,
|
1091
1091
|
"skylight_framing": null,
|
1092
1092
|
"materials": [
|
1093
|
-
"
|
1093
|
+
"U 0.14 SHGC 0.34 Simple Glazing"
|
1094
1094
|
]
|
1095
1095
|
},
|
1096
1096
|
{
|
1097
|
-
"name": "
|
1097
|
+
"name": "U 0.14 SHGC 0.36 Simple Glazing",
|
1098
1098
|
"intended_surface_type": "ExteriorWindow",
|
1099
1099
|
"standards_construction_type": "Metal framing (all other)",
|
1100
1100
|
"insulation_layer": null,
|
1101
1101
|
"skylight_framing": null,
|
1102
1102
|
"materials": [
|
1103
|
-
"
|
1103
|
+
"U 0.14 SHGC 0.36 Simple Glazing"
|
1104
1104
|
]
|
1105
1105
|
},
|
1106
1106
|
{
|
1107
|
-
"name": "
|
1107
|
+
"name": "U 0.14 SHGC 0.38 Simple Glazing",
|
1108
1108
|
"intended_surface_type": "ExteriorWindow",
|
1109
1109
|
"standards_construction_type": "Metal framing (all other)",
|
1110
1110
|
"insulation_layer": null,
|
1111
1111
|
"skylight_framing": null,
|
1112
1112
|
"materials": [
|
1113
|
-
"
|
1113
|
+
"U 0.14 SHGC 0.38 Simple Glazing"
|
1114
1114
|
]
|
1115
1115
|
},
|
1116
1116
|
{
|
1117
|
-
"name": "
|
1117
|
+
"name": "U 0.15 SHGC 0.31 Simple Glazing",
|
1118
1118
|
"intended_surface_type": "ExteriorWindow",
|
1119
1119
|
"standards_construction_type": "Metal framing (all other)",
|
1120
1120
|
"insulation_layer": null,
|
1121
1121
|
"skylight_framing": null,
|
1122
1122
|
"materials": [
|
1123
|
-
"
|
1123
|
+
"U 0.15 SHGC 0.31 Simple Glazing"
|
1124
1124
|
]
|
1125
1125
|
},
|
1126
1126
|
{
|
1127
|
-
"name": "
|
1127
|
+
"name": "U 0.15 SHGC 0.34 Simple Glazing",
|
1128
1128
|
"intended_surface_type": "ExteriorWindow",
|
1129
1129
|
"standards_construction_type": "Metal framing (all other)",
|
1130
1130
|
"insulation_layer": null,
|
1131
1131
|
"skylight_framing": null,
|
1132
1132
|
"materials": [
|
1133
|
-
"
|
1133
|
+
"U 0.15 SHGC 0.34 Simple Glazing"
|
1134
1134
|
]
|
1135
1135
|
},
|
1136
1136
|
{
|
1137
|
-
"name": "
|
1137
|
+
"name": "U 0.17 SHGC 0.31 Simple Glazing",
|
1138
1138
|
"intended_surface_type": "ExteriorWindow",
|
1139
1139
|
"standards_construction_type": "Metal framing (all other)",
|
1140
1140
|
"insulation_layer": null,
|
1141
1141
|
"skylight_framing": null,
|
1142
1142
|
"materials": [
|
1143
|
-
"
|
1143
|
+
"U 0.17 SHGC 0.31 Simple Glazing"
|
1144
1144
|
]
|
1145
1145
|
},
|
1146
1146
|
{
|
1147
|
-
"name": "
|
1147
|
+
"name": "U 0.17 SHGC 0.32 Simple Glazing",
|
1148
1148
|
"intended_surface_type": "ExteriorWindow",
|
1149
1149
|
"standards_construction_type": "Metal framing (all other)",
|
1150
1150
|
"insulation_layer": null,
|
1151
1151
|
"skylight_framing": null,
|
1152
1152
|
"materials": [
|
1153
|
-
"
|
1153
|
+
"U 0.17 SHGC 0.32 Simple Glazing"
|
1154
1154
|
]
|
1155
1155
|
},
|
1156
1156
|
{
|
1157
|
-
"name": "
|
1157
|
+
"name": "U 0.17 SHGC 0.36 Simple Glazing",
|
1158
1158
|
"intended_surface_type": "ExteriorWindow",
|
1159
1159
|
"standards_construction_type": "Metal framing (all other)",
|
1160
1160
|
"insulation_layer": null,
|
1161
1161
|
"skylight_framing": null,
|
1162
1162
|
"materials": [
|
1163
|
-
"
|
1163
|
+
"U 0.17 SHGC 0.36 Simple Glazing"
|
1164
1164
|
]
|
1165
1165
|
},
|
1166
1166
|
{
|
1167
|
-
"name": "
|
1167
|
+
"name": "U 0.18 SHGC 0.22 Simple Glazing",
|
1168
1168
|
"intended_surface_type": "ExteriorWindow",
|
1169
1169
|
"standards_construction_type": "Metal framing (all other)",
|
1170
1170
|
"insulation_layer": null,
|
1171
1171
|
"skylight_framing": null,
|
1172
1172
|
"materials": [
|
1173
|
-
"
|
1173
|
+
"U 0.18 SHGC 0.22 Simple Glazing"
|
1174
1174
|
]
|
1175
1175
|
},
|
1176
1176
|
{
|
1177
|
-
"name": "
|
1177
|
+
"name": "U 0.18 SHGC 0.24 Simple Glazing",
|
1178
1178
|
"intended_surface_type": "ExteriorWindow",
|
1179
1179
|
"standards_construction_type": "Metal framing (all other)",
|
1180
1180
|
"insulation_layer": null,
|
1181
1181
|
"skylight_framing": null,
|
1182
1182
|
"materials": [
|
1183
|
-
"
|
1183
|
+
"U 0.18 SHGC 0.24 Simple Glazing"
|
1184
1184
|
]
|
1185
1185
|
},
|
1186
1186
|
{
|
@@ -1198,63 +1198,63 @@
|
|
1198
1198
|
]
|
1199
1199
|
},
|
1200
1200
|
{
|
1201
|
-
"name": "
|
1201
|
+
"name": "U 0.20 SHGC 0.19 Simple Glazing",
|
1202
1202
|
"intended_surface_type": "ExteriorWindow",
|
1203
1203
|
"standards_construction_type": "Metal framing (all other)",
|
1204
1204
|
"insulation_layer": null,
|
1205
1205
|
"skylight_framing": null,
|
1206
1206
|
"materials": [
|
1207
|
-
"
|
1207
|
+
"U 0.20 SHGC 0.19 Simple Glazing"
|
1208
1208
|
]
|
1209
1209
|
},
|
1210
1210
|
{
|
1211
|
-
"name": "
|
1211
|
+
"name": "U 0.20 SHGC 0.20 Simple Glazing",
|
1212
1212
|
"intended_surface_type": "ExteriorWindow",
|
1213
1213
|
"standards_construction_type": "Metal framing (all other)",
|
1214
1214
|
"insulation_layer": null,
|
1215
1215
|
"skylight_framing": null,
|
1216
1216
|
"materials": [
|
1217
|
-
"
|
1217
|
+
"U 0.20 SHGC 0.20 Simple Glazing"
|
1218
1218
|
]
|
1219
1219
|
},
|
1220
1220
|
{
|
1221
|
-
"name": "
|
1221
|
+
"name": "U 0.20 SHGC 0.21 Simple Glazing",
|
1222
1222
|
"intended_surface_type": "ExteriorWindow",
|
1223
1223
|
"standards_construction_type": "Metal framing (all other)",
|
1224
1224
|
"insulation_layer": null,
|
1225
1225
|
"skylight_framing": null,
|
1226
1226
|
"materials": [
|
1227
|
-
"
|
1227
|
+
"U 0.20 SHGC 0.21 Simple Glazing"
|
1228
1228
|
]
|
1229
1229
|
},
|
1230
1230
|
{
|
1231
|
-
"name": "
|
1231
|
+
"name": "U 0.20 SHGC 0.22 Simple Glazing",
|
1232
1232
|
"intended_surface_type": "ExteriorWindow",
|
1233
1233
|
"standards_construction_type": "Metal framing (all other)",
|
1234
1234
|
"insulation_layer": null,
|
1235
1235
|
"skylight_framing": null,
|
1236
1236
|
"materials": [
|
1237
|
-
"
|
1237
|
+
"U 0.20 SHGC 0.22 Simple Glazing"
|
1238
1238
|
]
|
1239
1239
|
},
|
1240
1240
|
{
|
1241
|
-
"name": "
|
1241
|
+
"name": "U 0.23 SHGC 0.31 Simple Glazing",
|
1242
1242
|
"intended_surface_type": "ExteriorWindow",
|
1243
1243
|
"standards_construction_type": "Metal framing (all other)",
|
1244
1244
|
"insulation_layer": null,
|
1245
1245
|
"skylight_framing": null,
|
1246
1246
|
"materials": [
|
1247
|
-
"
|
1247
|
+
"U 0.23 SHGC 0.31 Simple Glazing"
|
1248
1248
|
]
|
1249
1249
|
},
|
1250
1250
|
{
|
1251
|
-
"name": "
|
1251
|
+
"name": "U 0.23 SHGC 0.34 Simple Glazing",
|
1252
1252
|
"intended_surface_type": "ExteriorWindow",
|
1253
1253
|
"standards_construction_type": "Metal framing (all other)",
|
1254
1254
|
"insulation_layer": null,
|
1255
1255
|
"skylight_framing": null,
|
1256
1256
|
"materials": [
|
1257
|
-
"
|
1257
|
+
"U 0.23 SHGC 0.34 Simple Glazing"
|
1258
1258
|
]
|
1259
1259
|
},
|
1260
1260
|
{
|
@@ -1294,23 +1294,23 @@
|
|
1294
1294
|
]
|
1295
1295
|
},
|
1296
1296
|
{
|
1297
|
-
"name": "
|
1297
|
+
"name": "U 0.25 SHGC 0.22 Simple Glazing",
|
1298
1298
|
"intended_surface_type": "ExteriorWindow",
|
1299
1299
|
"standards_construction_type": "Metal framing (all other)",
|
1300
1300
|
"insulation_layer": null,
|
1301
1301
|
"skylight_framing": null,
|
1302
1302
|
"materials": [
|
1303
|
-
"
|
1303
|
+
"U 0.25 SHGC 0.22 Simple Glazing"
|
1304
1304
|
]
|
1305
1305
|
},
|
1306
1306
|
{
|
1307
|
-
"name": "
|
1307
|
+
"name": "U 0.25 SHGC 0.24 Simple Glazing",
|
1308
1308
|
"intended_surface_type": "ExteriorWindow",
|
1309
1309
|
"standards_construction_type": "Metal framing (all other)",
|
1310
1310
|
"insulation_layer": null,
|
1311
1311
|
"skylight_framing": null,
|
1312
1312
|
"materials": [
|
1313
|
-
"
|
1313
|
+
"U 0.25 SHGC 0.24 Simple Glazing"
|
1314
1314
|
]
|
1315
1315
|
},
|
1316
1316
|
{
|
@@ -1326,73 +1326,73 @@
|
|
1326
1326
|
]
|
1327
1327
|
},
|
1328
1328
|
{
|
1329
|
-
"name": "
|
1329
|
+
"name": "U 0.25 SHGC 0.45 Simple Glazing",
|
1330
1330
|
"intended_surface_type": "ExteriorWindow",
|
1331
|
-
"standards_construction_type":
|
1331
|
+
"standards_construction_type": null,
|
1332
1332
|
"insulation_layer": null,
|
1333
1333
|
"skylight_framing": null,
|
1334
1334
|
"materials": [
|
1335
|
-
"
|
1335
|
+
"U 0.25 SHGC 0.45 Simple Glazing"
|
1336
1336
|
]
|
1337
1337
|
},
|
1338
1338
|
{
|
1339
|
-
"name": "
|
1339
|
+
"name": "U 0.26 SHGC 0.4 Simple Glazing",
|
1340
1340
|
"intended_surface_type": "ExteriorWindow",
|
1341
|
-
"standards_construction_type":
|
1341
|
+
"standards_construction_type": null,
|
1342
1342
|
"insulation_layer": null,
|
1343
1343
|
"skylight_framing": null,
|
1344
1344
|
"materials": [
|
1345
|
-
"
|
1345
|
+
"U 0.26 SHGC 0.4 Simple Glazing"
|
1346
1346
|
]
|
1347
1347
|
},
|
1348
1348
|
{
|
1349
|
-
"name": "
|
1349
|
+
"name": "U 0.26 SHGC 0.40 Simple Glazing",
|
1350
1350
|
"intended_surface_type": "ExteriorWindow",
|
1351
1351
|
"standards_construction_type": "Metal framing (all other)",
|
1352
1352
|
"insulation_layer": null,
|
1353
1353
|
"skylight_framing": null,
|
1354
1354
|
"materials": [
|
1355
|
-
"
|
1355
|
+
"U 0.26 SHGC 0.40 Simple Glazing"
|
1356
1356
|
]
|
1357
1357
|
},
|
1358
1358
|
{
|
1359
|
-
"name": "
|
1359
|
+
"name": "U 0.27 SHGC 0.4 Simple Glazing",
|
1360
1360
|
"intended_surface_type": null,
|
1361
1361
|
"standards_construction_type": null,
|
1362
1362
|
"insulation_layer": null,
|
1363
1363
|
"skylight_framing": null,
|
1364
1364
|
"materials": [
|
1365
|
-
"
|
1365
|
+
"U 0.27 SHGC 0.4 Simple Glazing"
|
1366
1366
|
]
|
1367
1367
|
},
|
1368
1368
|
{
|
1369
|
-
"name": "U 0.27 SHGC 0.4 Simple Glazing
|
1369
|
+
"name": "U 0.27 SHGC 0.4 Simple Glazing",
|
1370
1370
|
"intended_surface_type": "ExteriorWindow",
|
1371
|
-
"standards_construction_type":
|
1371
|
+
"standards_construction_type": null,
|
1372
1372
|
"insulation_layer": null,
|
1373
1373
|
"skylight_framing": null,
|
1374
1374
|
"materials": [
|
1375
|
-
"
|
1375
|
+
"U 0.27 SHGC 0.4 Simple Glazing"
|
1376
1376
|
]
|
1377
1377
|
},
|
1378
1378
|
{
|
1379
|
-
"name": "
|
1379
|
+
"name": "U 0.28 SHGC 0.39 Simple Glazing",
|
1380
1380
|
"intended_surface_type": "ExteriorWindow",
|
1381
|
-
"standards_construction_type":
|
1381
|
+
"standards_construction_type": null,
|
1382
1382
|
"insulation_layer": null,
|
1383
1383
|
"skylight_framing": null,
|
1384
1384
|
"materials": [
|
1385
|
-
"
|
1385
|
+
"U 0.28 SHGC 0.39 Simple Glazing"
|
1386
1386
|
]
|
1387
1387
|
},
|
1388
1388
|
{
|
1389
|
-
"name": "
|
1389
|
+
"name": "U 0.28 SHGC 0.45 Simple Glazing",
|
1390
1390
|
"intended_surface_type": "ExteriorWindow",
|
1391
|
-
"standards_construction_type":
|
1391
|
+
"standards_construction_type": null,
|
1392
1392
|
"insulation_layer": null,
|
1393
1393
|
"skylight_framing": null,
|
1394
1394
|
"materials": [
|
1395
|
-
"
|
1395
|
+
"U 0.28 SHGC 0.45 Simple Glazing"
|
1396
1396
|
]
|
1397
1397
|
},
|
1398
1398
|
{
|
@@ -1434,53 +1434,53 @@
|
|
1434
1434
|
]
|
1435
1435
|
},
|
1436
1436
|
{
|
1437
|
-
"name": "
|
1437
|
+
"name": "U 0.29 SHGC 0.4 Simple Glazing",
|
1438
1438
|
"intended_surface_type": "ExteriorWindow",
|
1439
|
-
"standards_construction_type":
|
1439
|
+
"standards_construction_type": null,
|
1440
1440
|
"insulation_layer": null,
|
1441
1441
|
"skylight_framing": null,
|
1442
1442
|
"materials": [
|
1443
|
-
"
|
1443
|
+
"U 0.29 SHGC 0.4 Simple Glazing"
|
1444
1444
|
]
|
1445
1445
|
},
|
1446
1446
|
{
|
1447
|
-
"name": "
|
1447
|
+
"name": "U 0.29 SHGC 0.40 Simple Glazing",
|
1448
1448
|
"intended_surface_type": "ExteriorWindow",
|
1449
1449
|
"standards_construction_type": "Metal framing (all other)",
|
1450
1450
|
"insulation_layer": null,
|
1451
1451
|
"skylight_framing": null,
|
1452
1452
|
"materials": [
|
1453
|
-
"
|
1453
|
+
"U 0.29 SHGC 0.40 Simple Glazing"
|
1454
1454
|
]
|
1455
1455
|
},
|
1456
1456
|
{
|
1457
|
-
"name": "
|
1457
|
+
"name": "U 0.29 SHGC 0.45 Simple Glazing",
|
1458
1458
|
"intended_surface_type": "ExteriorWindow",
|
1459
|
-
"standards_construction_type":
|
1459
|
+
"standards_construction_type": null,
|
1460
1460
|
"insulation_layer": null,
|
1461
1461
|
"skylight_framing": null,
|
1462
1462
|
"materials": [
|
1463
|
-
"
|
1463
|
+
"U 0.29 SHGC 0.45 Simple Glazing"
|
1464
1464
|
]
|
1465
1465
|
},
|
1466
1466
|
{
|
1467
|
-
"name": "
|
1467
|
+
"name": "U 0.3 SHGC 0.4 Simple Glazing",
|
1468
1468
|
"intended_surface_type": null,
|
1469
1469
|
"standards_construction_type": null,
|
1470
1470
|
"insulation_layer": null,
|
1471
1471
|
"skylight_framing": null,
|
1472
1472
|
"materials": [
|
1473
|
-
"
|
1473
|
+
"U 0.3 SHGC 0.4 Simple Glazing"
|
1474
1474
|
]
|
1475
1475
|
},
|
1476
1476
|
{
|
1477
|
-
"name": "U 0.3 SHGC 0.4 Simple Glazing
|
1477
|
+
"name": "U 0.3 SHGC 0.4 Simple Glazing",
|
1478
1478
|
"intended_surface_type": "ExteriorWindow",
|
1479
|
-
"standards_construction_type":
|
1479
|
+
"standards_construction_type": null,
|
1480
1480
|
"insulation_layer": null,
|
1481
1481
|
"skylight_framing": null,
|
1482
1482
|
"materials": [
|
1483
|
-
"
|
1483
|
+
"U 0.3 SHGC 0.4 Simple Glazing"
|
1484
1484
|
]
|
1485
1485
|
},
|
1486
1486
|
{
|
@@ -1496,63 +1496,63 @@
|
|
1496
1496
|
]
|
1497
1497
|
},
|
1498
1498
|
{
|
1499
|
-
"name": "
|
1499
|
+
"name": "U 0.31 SHGC 0.36 Simple Glazing",
|
1500
1500
|
"intended_surface_type": "ExteriorWindow",
|
1501
|
-
"standards_construction_type":
|
1501
|
+
"standards_construction_type": null,
|
1502
1502
|
"insulation_layer": null,
|
1503
1503
|
"skylight_framing": null,
|
1504
1504
|
"materials": [
|
1505
|
-
"
|
1505
|
+
"U 0.31 SHGC 0.36 Simple Glazing"
|
1506
1506
|
]
|
1507
1507
|
},
|
1508
1508
|
{
|
1509
|
-
"name": "
|
1509
|
+
"name": "U 0.31 SHGC 0.38 Simple Glazing",
|
1510
1510
|
"intended_surface_type": "ExteriorWindow",
|
1511
|
-
"standards_construction_type":
|
1511
|
+
"standards_construction_type": null,
|
1512
1512
|
"insulation_layer": null,
|
1513
1513
|
"skylight_framing": null,
|
1514
1514
|
"materials": [
|
1515
|
-
"
|
1515
|
+
"U 0.31 SHGC 0.38 Simple Glazing"
|
1516
1516
|
]
|
1517
1517
|
},
|
1518
1518
|
{
|
1519
|
-
"name": "
|
1519
|
+
"name": "U 0.31 SHGC 0.39 Simple Glazing",
|
1520
1520
|
"intended_surface_type": "ExteriorWindow",
|
1521
|
-
"standards_construction_type":
|
1521
|
+
"standards_construction_type": null,
|
1522
1522
|
"insulation_layer": null,
|
1523
1523
|
"skylight_framing": null,
|
1524
1524
|
"materials": [
|
1525
|
-
"
|
1525
|
+
"U 0.31 SHGC 0.39 Simple Glazing"
|
1526
1526
|
]
|
1527
1527
|
},
|
1528
1528
|
{
|
1529
|
-
"name": "
|
1529
|
+
"name": "U 0.32 SHGC 0.22 Simple Glazing",
|
1530
1530
|
"intended_surface_type": "ExteriorWindow",
|
1531
1531
|
"standards_construction_type": null,
|
1532
1532
|
"insulation_layer": null,
|
1533
1533
|
"skylight_framing": null,
|
1534
1534
|
"materials": [
|
1535
|
-
"
|
1535
|
+
"U 0.32 SHGC 0.22 Simple Glazing"
|
1536
1536
|
]
|
1537
1537
|
},
|
1538
1538
|
{
|
1539
|
-
"name": "
|
1539
|
+
"name": "U 0.32 SHGC 0.36 Simple Glazing",
|
1540
1540
|
"intended_surface_type": "ExteriorWindow",
|
1541
1541
|
"standards_construction_type": "Metal framing (all other)",
|
1542
1542
|
"insulation_layer": null,
|
1543
1543
|
"skylight_framing": null,
|
1544
1544
|
"materials": [
|
1545
|
-
"
|
1545
|
+
"U 0.32 SHGC 0.36 Simple Glazing"
|
1546
1546
|
]
|
1547
1547
|
},
|
1548
1548
|
{
|
1549
|
-
"name": "
|
1549
|
+
"name": "U 0.32 SHGC 0.45 Simple Glazing",
|
1550
1550
|
"intended_surface_type": "ExteriorWindow",
|
1551
|
-
"standards_construction_type":
|
1551
|
+
"standards_construction_type": null,
|
1552
1552
|
"insulation_layer": null,
|
1553
1553
|
"skylight_framing": null,
|
1554
1554
|
"materials": [
|
1555
|
-
"
|
1555
|
+
"U 0.32 SHGC 0.45 Simple Glazing"
|
1556
1556
|
]
|
1557
1557
|
},
|
1558
1558
|
{
|
@@ -1568,13 +1568,13 @@
|
|
1568
1568
|
]
|
1569
1569
|
},
|
1570
1570
|
{
|
1571
|
-
"name": "
|
1571
|
+
"name": "U 0.33 SHGC 0.25 Simple Glazing",
|
1572
1572
|
"intended_surface_type": "ExteriorWindow",
|
1573
|
-
"standards_construction_type":
|
1573
|
+
"standards_construction_type": null,
|
1574
1574
|
"insulation_layer": null,
|
1575
1575
|
"skylight_framing": null,
|
1576
1576
|
"materials": [
|
1577
|
-
"
|
1577
|
+
"U 0.33 SHGC 0.25 Simple Glazing"
|
1578
1578
|
]
|
1579
1579
|
},
|
1580
1580
|
{
|
@@ -1590,13 +1590,13 @@
|
|
1590
1590
|
]
|
1591
1591
|
},
|
1592
1592
|
{
|
1593
|
-
"name": "
|
1593
|
+
"name": "U 0.33 SHGC 0.45 Simple Glazing",
|
1594
1594
|
"intended_surface_type": "ExteriorWindow",
|
1595
|
-
"standards_construction_type":
|
1595
|
+
"standards_construction_type": null,
|
1596
1596
|
"insulation_layer": null,
|
1597
1597
|
"skylight_framing": null,
|
1598
1598
|
"materials": [
|
1599
|
-
"
|
1599
|
+
"U 0.33 SHGC 0.45 Simple Glazing"
|
1600
1600
|
]
|
1601
1601
|
},
|
1602
1602
|
{
|
@@ -1614,23 +1614,23 @@
|
|
1614
1614
|
]
|
1615
1615
|
},
|
1616
1616
|
{
|
1617
|
-
"name": "
|
1617
|
+
"name": "U 0.34 SHGC 0.38 Simple Glazing",
|
1618
1618
|
"intended_surface_type": "ExteriorWindow",
|
1619
1619
|
"standards_construction_type": "Metal framing (all other)",
|
1620
1620
|
"insulation_layer": null,
|
1621
1621
|
"skylight_framing": null,
|
1622
1622
|
"materials": [
|
1623
|
-
"
|
1623
|
+
"U 0.34 SHGC 0.38 Simple Glazing"
|
1624
1624
|
]
|
1625
1625
|
},
|
1626
1626
|
{
|
1627
|
-
"name": "U 0.34 SHGC 0.38 Simple Glazing
|
1627
|
+
"name": "U 0.34 SHGC 0.38 Simple Glazing",
|
1628
1628
|
"intended_surface_type": "ExteriorWindow",
|
1629
|
-
"standards_construction_type":
|
1629
|
+
"standards_construction_type": null,
|
1630
1630
|
"insulation_layer": null,
|
1631
1631
|
"skylight_framing": null,
|
1632
1632
|
"materials": [
|
1633
|
-
"
|
1633
|
+
"U 0.34 SHGC 0.38 Simple Glazing"
|
1634
1634
|
]
|
1635
1635
|
},
|
1636
1636
|
{
|
@@ -1658,23 +1658,23 @@
|
|
1658
1658
|
]
|
1659
1659
|
},
|
1660
1660
|
{
|
1661
|
-
"name": "
|
1661
|
+
"name": "U 0.35 SHGC 0.22 Simple Glazing",
|
1662
1662
|
"intended_surface_type": "ExteriorWindow",
|
1663
1663
|
"standards_construction_type": "Metal framing (all other)",
|
1664
1664
|
"insulation_layer": null,
|
1665
1665
|
"skylight_framing": null,
|
1666
1666
|
"materials": [
|
1667
|
-
"
|
1667
|
+
"U 0.35 SHGC 0.22 Simple Glazing"
|
1668
1668
|
]
|
1669
1669
|
},
|
1670
1670
|
{
|
1671
|
-
"name": "
|
1671
|
+
"name": "U 0.35 SHGC 0.24 Simple Glazing",
|
1672
1672
|
"intended_surface_type": "ExteriorWindow",
|
1673
1673
|
"standards_construction_type": "Metal framing (all other)",
|
1674
1674
|
"insulation_layer": null,
|
1675
1675
|
"skylight_framing": null,
|
1676
1676
|
"materials": [
|
1677
|
-
"
|
1677
|
+
"U 0.35 SHGC 0.24 Simple Glazing"
|
1678
1678
|
]
|
1679
1679
|
},
|
1680
1680
|
{
|
@@ -1702,23 +1702,23 @@
|
|
1702
1702
|
]
|
1703
1703
|
},
|
1704
1704
|
{
|
1705
|
-
"name": "
|
1705
|
+
"name": "U 0.35 SHGC 0.38 Simple Glazing",
|
1706
1706
|
"intended_surface_type": null,
|
1707
1707
|
"standards_construction_type": null,
|
1708
1708
|
"insulation_layer": null,
|
1709
1709
|
"skylight_framing": null,
|
1710
1710
|
"materials": [
|
1711
|
-
"
|
1711
|
+
"U 0.35 SHGC 0.38 Simple Glazing"
|
1712
1712
|
]
|
1713
1713
|
},
|
1714
1714
|
{
|
1715
|
-
"name": "U 0.35 SHGC 0.38 Simple Glazing
|
1715
|
+
"name": "U 0.35 SHGC 0.38 Simple Glazing",
|
1716
1716
|
"intended_surface_type": "ExteriorWindow",
|
1717
|
-
"standards_construction_type":
|
1717
|
+
"standards_construction_type": null,
|
1718
1718
|
"insulation_layer": null,
|
1719
1719
|
"skylight_framing": null,
|
1720
1720
|
"materials": [
|
1721
|
-
"
|
1721
|
+
"U 0.35 SHGC 0.38 Simple Glazing"
|
1722
1722
|
]
|
1723
1723
|
},
|
1724
1724
|
{
|
@@ -1734,133 +1734,133 @@
|
|
1734
1734
|
]
|
1735
1735
|
},
|
1736
1736
|
{
|
1737
|
-
"name": "
|
1737
|
+
"name": "U 0.36 SHGC 0.36 Simple Glazing",
|
1738
1738
|
"intended_surface_type": "ExteriorWindow",
|
1739
1739
|
"standards_construction_type": "Metal framing (all other)",
|
1740
1740
|
"insulation_layer": null,
|
1741
1741
|
"skylight_framing": null,
|
1742
1742
|
"materials": [
|
1743
|
-
"
|
1743
|
+
"U 0.36 SHGC 0.36 Simple Glazing"
|
1744
1744
|
]
|
1745
1745
|
},
|
1746
1746
|
{
|
1747
|
-
"name": "U 0.36 SHGC 0.36 Simple Glazing
|
1747
|
+
"name": "U 0.36 SHGC 0.36 Simple Glazing",
|
1748
1748
|
"intended_surface_type": "ExteriorWindow",
|
1749
|
-
"standards_construction_type":
|
1749
|
+
"standards_construction_type": null,
|
1750
1750
|
"insulation_layer": null,
|
1751
1751
|
"skylight_framing": null,
|
1752
1752
|
"materials": [
|
1753
|
-
"
|
1753
|
+
"U 0.36 SHGC 0.36 Simple Glazing"
|
1754
1754
|
]
|
1755
1755
|
},
|
1756
1756
|
{
|
1757
|
-
"name": "
|
1757
|
+
"name": "U 0.36 SHGC 0.37 Simple Glazing",
|
1758
1758
|
"intended_surface_type": "ExteriorWindow",
|
1759
|
-
"standards_construction_type":
|
1759
|
+
"standards_construction_type": null,
|
1760
1760
|
"insulation_layer": null,
|
1761
1761
|
"skylight_framing": null,
|
1762
1762
|
"materials": [
|
1763
|
-
"
|
1763
|
+
"U 0.36 SHGC 0.37 Simple Glazing"
|
1764
1764
|
]
|
1765
1765
|
},
|
1766
1766
|
{
|
1767
|
-
"name": "
|
1767
|
+
"name": "U 0.36 SHGC 0.38 Simple Glazing",
|
1768
1768
|
"intended_surface_type": "ExteriorWindow",
|
1769
1769
|
"standards_construction_type": "Metal framing (all other)",
|
1770
1770
|
"insulation_layer": null,
|
1771
1771
|
"skylight_framing": null,
|
1772
1772
|
"materials": [
|
1773
|
-
"
|
1773
|
+
"U 0.36 SHGC 0.38 Simple Glazing"
|
1774
1774
|
]
|
1775
1775
|
},
|
1776
1776
|
{
|
1777
|
-
"name": "U 0.36 SHGC 0.38 Simple Glazing
|
1777
|
+
"name": "U 0.36 SHGC 0.38 Simple Glazing",
|
1778
1778
|
"intended_surface_type": "ExteriorWindow",
|
1779
|
-
"standards_construction_type":
|
1779
|
+
"standards_construction_type": null,
|
1780
1780
|
"insulation_layer": null,
|
1781
1781
|
"skylight_framing": null,
|
1782
1782
|
"materials": [
|
1783
|
-
"
|
1783
|
+
"U 0.36 SHGC 0.38 Simple Glazing"
|
1784
1784
|
]
|
1785
1785
|
},
|
1786
1786
|
{
|
1787
|
-
"name": "
|
1787
|
+
"name": "U 0.36 SHGC 0.4 Simple Glazing",
|
1788
1788
|
"intended_surface_type": null,
|
1789
1789
|
"standards_construction_type": null,
|
1790
1790
|
"insulation_layer": null,
|
1791
1791
|
"skylight_framing": null,
|
1792
1792
|
"materials": [
|
1793
|
-
"
|
1793
|
+
"U 0.36 SHGC 0.4 Simple Glazing"
|
1794
1794
|
]
|
1795
1795
|
},
|
1796
1796
|
{
|
1797
|
-
"name": "U 0.36 SHGC 0.4 Simple Glazing
|
1797
|
+
"name": "U 0.36 SHGC 0.4 Simple Glazing",
|
1798
1798
|
"intended_surface_type": "ExteriorWindow",
|
1799
|
-
"standards_construction_type":
|
1799
|
+
"standards_construction_type": null,
|
1800
1800
|
"insulation_layer": null,
|
1801
1801
|
"skylight_framing": null,
|
1802
1802
|
"materials": [
|
1803
|
-
"
|
1803
|
+
"U 0.36 SHGC 0.4 Simple Glazing"
|
1804
1804
|
]
|
1805
1805
|
},
|
1806
1806
|
{
|
1807
|
-
"name": "
|
1807
|
+
"name": "U 0.36 SHGC 0.45 Simple Glazing",
|
1808
1808
|
"intended_surface_type": "ExteriorWindow",
|
1809
|
-
"standards_construction_type":
|
1809
|
+
"standards_construction_type": null,
|
1810
1810
|
"insulation_layer": null,
|
1811
1811
|
"skylight_framing": null,
|
1812
1812
|
"materials": [
|
1813
|
-
"
|
1813
|
+
"U 0.36 SHGC 0.45 Simple Glazing"
|
1814
1814
|
]
|
1815
1815
|
},
|
1816
1816
|
{
|
1817
|
-
"name": "
|
1817
|
+
"name": "U 0.37 SHGC 0.25 Simple Glazing",
|
1818
1818
|
"intended_surface_type": "ExteriorWindow",
|
1819
|
-
"standards_construction_type":
|
1819
|
+
"standards_construction_type": null,
|
1820
1820
|
"insulation_layer": null,
|
1821
1821
|
"skylight_framing": null,
|
1822
1822
|
"materials": [
|
1823
|
-
"
|
1823
|
+
"U 0.37 SHGC 0.25 Simple Glazing"
|
1824
1824
|
]
|
1825
1825
|
},
|
1826
1826
|
{
|
1827
|
-
"name": "
|
1827
|
+
"name": "U 0.37 SHGC 0.36 Simple Glazing",
|
1828
1828
|
"intended_surface_type": null,
|
1829
1829
|
"standards_construction_type": null,
|
1830
1830
|
"insulation_layer": null,
|
1831
1831
|
"skylight_framing": null,
|
1832
1832
|
"materials": [
|
1833
|
-
"
|
1833
|
+
"U 0.37 SHGC 0.36 Simple Glazing"
|
1834
1834
|
]
|
1835
1835
|
},
|
1836
1836
|
{
|
1837
|
-
"name": "U 0.37 SHGC 0.36 Simple Glazing
|
1837
|
+
"name": "U 0.37 SHGC 0.36 Simple Glazing",
|
1838
1838
|
"intended_surface_type": "ExteriorWindow",
|
1839
|
-
"standards_construction_type":
|
1839
|
+
"standards_construction_type": null,
|
1840
1840
|
"insulation_layer": null,
|
1841
1841
|
"skylight_framing": null,
|
1842
1842
|
"materials": [
|
1843
|
-
"
|
1843
|
+
"U 0.37 SHGC 0.36 Simple Glazing"
|
1844
1844
|
]
|
1845
1845
|
},
|
1846
1846
|
{
|
1847
|
-
"name": "
|
1847
|
+
"name": "U 0.37 SHGC 0.38 Simple Glazing",
|
1848
1848
|
"intended_surface_type": null,
|
1849
1849
|
"standards_construction_type": null,
|
1850
1850
|
"insulation_layer": null,
|
1851
1851
|
"skylight_framing": null,
|
1852
1852
|
"materials": [
|
1853
|
-
"
|
1853
|
+
"U 0.37 SHGC 0.38 Simple Glazing"
|
1854
1854
|
]
|
1855
1855
|
},
|
1856
1856
|
{
|
1857
|
-
"name": "U 0.37 SHGC 0.38 Simple Glazing
|
1857
|
+
"name": "U 0.37 SHGC 0.38 Simple Glazing",
|
1858
1858
|
"intended_surface_type": "ExteriorWindow",
|
1859
|
-
"standards_construction_type":
|
1859
|
+
"standards_construction_type": null,
|
1860
1860
|
"insulation_layer": null,
|
1861
1861
|
"skylight_framing": null,
|
1862
1862
|
"materials": [
|
1863
|
-
"
|
1863
|
+
"U 0.37 SHGC 0.38 Simple Glazing"
|
1864
1864
|
]
|
1865
1865
|
},
|
1866
1866
|
{
|
@@ -1888,53 +1888,53 @@
|
|
1888
1888
|
]
|
1889
1889
|
},
|
1890
1890
|
{
|
1891
|
-
"name": "
|
1891
|
+
"name": "U 0.38 SHGC 0.35 Simple Glazing",
|
1892
1892
|
"intended_surface_type": "ExteriorWindow",
|
1893
|
-
"standards_construction_type":
|
1893
|
+
"standards_construction_type": null,
|
1894
1894
|
"insulation_layer": null,
|
1895
1895
|
"skylight_framing": null,
|
1896
1896
|
"materials": [
|
1897
|
-
"
|
1897
|
+
"U 0.38 SHGC 0.35 Simple Glazing"
|
1898
1898
|
]
|
1899
1899
|
},
|
1900
1900
|
{
|
1901
|
-
"name": "
|
1901
|
+
"name": "U 0.38 SHGC 0.36 Simple Glazing",
|
1902
1902
|
"intended_surface_type": "ExteriorWindow",
|
1903
|
-
"standards_construction_type":
|
1903
|
+
"standards_construction_type": null,
|
1904
1904
|
"insulation_layer": null,
|
1905
1905
|
"skylight_framing": null,
|
1906
1906
|
"materials": [
|
1907
|
-
"
|
1907
|
+
"U 0.38 SHGC 0.36 Simple Glazing"
|
1908
1908
|
]
|
1909
1909
|
},
|
1910
1910
|
{
|
1911
|
-
"name": "
|
1911
|
+
"name": "U 0.38 SHGC 0.37 Simple Glazing",
|
1912
1912
|
"intended_surface_type": "ExteriorWindow",
|
1913
|
-
"standards_construction_type":
|
1913
|
+
"standards_construction_type": null,
|
1914
1914
|
"insulation_layer": null,
|
1915
1915
|
"skylight_framing": null,
|
1916
1916
|
"materials": [
|
1917
|
-
"
|
1917
|
+
"U 0.38 SHGC 0.37 Simple Glazing"
|
1918
1918
|
]
|
1919
1919
|
},
|
1920
1920
|
{
|
1921
|
-
"name": "
|
1921
|
+
"name": "U 0.38 SHGC 0.38 Simple Glazing",
|
1922
1922
|
"intended_surface_type": "ExteriorWindow",
|
1923
|
-
"standards_construction_type":
|
1923
|
+
"standards_construction_type": null,
|
1924
1924
|
"insulation_layer": null,
|
1925
1925
|
"skylight_framing": null,
|
1926
1926
|
"materials": [
|
1927
|
-
"
|
1927
|
+
"U 0.38 SHGC 0.38 Simple Glazing"
|
1928
1928
|
]
|
1929
1929
|
},
|
1930
1930
|
{
|
1931
|
-
"name": "
|
1931
|
+
"name": "U 0.38 SHGC 0.45 Simple Glazing",
|
1932
1932
|
"intended_surface_type": "ExteriorWindow",
|
1933
|
-
"standards_construction_type":
|
1933
|
+
"standards_construction_type": null,
|
1934
1934
|
"insulation_layer": null,
|
1935
1935
|
"skylight_framing": null,
|
1936
1936
|
"materials": [
|
1937
|
-
"
|
1937
|
+
"U 0.38 SHGC 0.45 Simple Glazing"
|
1938
1938
|
]
|
1939
1939
|
},
|
1940
1940
|
{
|
@@ -1958,13 +1958,13 @@
|
|
1958
1958
|
]
|
1959
1959
|
},
|
1960
1960
|
{
|
1961
|
-
"name": "
|
1961
|
+
"name": "U 0.39 SHGC 0.45 Simple Glazing",
|
1962
1962
|
"intended_surface_type": "ExteriorWindow",
|
1963
|
-
"standards_construction_type":
|
1963
|
+
"standards_construction_type": null,
|
1964
1964
|
"insulation_layer": null,
|
1965
1965
|
"skylight_framing": null,
|
1966
1966
|
"materials": [
|
1967
|
-
"
|
1967
|
+
"U 0.39 SHGC 0.45 Simple Glazing"
|
1968
1968
|
]
|
1969
1969
|
},
|
1970
1970
|
{
|
@@ -1992,53 +1992,53 @@
|
|
1992
1992
|
]
|
1993
1993
|
},
|
1994
1994
|
{
|
1995
|
-
"name": "U 0.41 SHGC 0.55 Simple Glazing
|
1995
|
+
"name": "U 0.41 SHGC 0.55 Simple Glazing",
|
1996
1996
|
"intended_surface_type": "Skylight",
|
1997
1997
|
"standards_construction_type": null,
|
1998
1998
|
"insulation_layer": null,
|
1999
1999
|
"skylight_framing": null,
|
2000
2000
|
"materials": [
|
2001
|
-
"
|
2001
|
+
"U 0.41 SHGC 0.55 Simple Glazing"
|
2002
2002
|
]
|
2003
2003
|
},
|
2004
2004
|
{
|
2005
|
-
"name": "
|
2005
|
+
"name": "U 0.41 SHGC 0.55 Simple Glazing",
|
2006
2006
|
"intended_surface_type": "Skylight",
|
2007
|
-
"standards_construction_type":
|
2007
|
+
"standards_construction_type": null,
|
2008
2008
|
"insulation_layer": null,
|
2009
2009
|
"skylight_framing": null,
|
2010
2010
|
"materials": [
|
2011
|
-
"
|
2011
|
+
"U 0.41 SHGC 0.55 Simple Glazing"
|
2012
2012
|
]
|
2013
2013
|
},
|
2014
2014
|
{
|
2015
|
-
"name": "
|
2015
|
+
"name": "U 0.42 SHGC 0.25 Simple Glazing",
|
2016
2016
|
"intended_surface_type": "ExteriorWindow",
|
2017
2017
|
"standards_construction_type": "Metal framing (all other)",
|
2018
2018
|
"insulation_layer": null,
|
2019
2019
|
"skylight_framing": null,
|
2020
2020
|
"materials": [
|
2021
|
-
"
|
2021
|
+
"U 0.42 SHGC 0.25 Simple Glazing"
|
2022
2022
|
]
|
2023
2023
|
},
|
2024
2024
|
{
|
2025
|
-
"name": "U 0.42 SHGC 0.25 Simple Glazing
|
2025
|
+
"name": "U 0.42 SHGC 0.25 Simple Glazing",
|
2026
2026
|
"intended_surface_type": "ExteriorWindow",
|
2027
|
-
"standards_construction_type":
|
2027
|
+
"standards_construction_type": null,
|
2028
2028
|
"insulation_layer": null,
|
2029
2029
|
"skylight_framing": null,
|
2030
2030
|
"materials": [
|
2031
|
-
"
|
2031
|
+
"U 0.42 SHGC 0.25 Simple Glazing"
|
2032
2032
|
]
|
2033
2033
|
},
|
2034
2034
|
{
|
2035
|
-
"name": "
|
2035
|
+
"name": "U 0.42 SHGC 0.34 Simple Glazing",
|
2036
2036
|
"intended_surface_type": "ExteriorWindow",
|
2037
2037
|
"standards_construction_type": "Metal framing (all other)",
|
2038
2038
|
"insulation_layer": null,
|
2039
2039
|
"skylight_framing": null,
|
2040
2040
|
"materials": [
|
2041
|
-
"
|
2041
|
+
"U 0.42 SHGC 0.34 Simple Glazing"
|
2042
2042
|
]
|
2043
2043
|
},
|
2044
2044
|
{
|
@@ -2078,23 +2078,23 @@
|
|
2078
2078
|
]
|
2079
2079
|
},
|
2080
2080
|
{
|
2081
|
-
"name": "
|
2081
|
+
"name": "U 0.43 SHGC 0.25 Simple Glazing",
|
2082
2082
|
"intended_surface_type": null,
|
2083
2083
|
"standards_construction_type": null,
|
2084
2084
|
"insulation_layer": null,
|
2085
2085
|
"skylight_framing": null,
|
2086
2086
|
"materials": [
|
2087
|
-
"
|
2087
|
+
"U 0.43 SHGC 0.25 Simple Glazing"
|
2088
2088
|
]
|
2089
2089
|
},
|
2090
2090
|
{
|
2091
|
-
"name": "U 0.43 SHGC 0.25 Simple Glazing
|
2091
|
+
"name": "U 0.43 SHGC 0.25 Simple Glazing",
|
2092
2092
|
"intended_surface_type": "ExteriorWindow",
|
2093
|
-
"standards_construction_type":
|
2093
|
+
"standards_construction_type": null,
|
2094
2094
|
"insulation_layer": null,
|
2095
2095
|
"skylight_framing": null,
|
2096
2096
|
"materials": [
|
2097
|
-
"
|
2097
|
+
"U 0.43 SHGC 0.25 Simple Glazing"
|
2098
2098
|
]
|
2099
2099
|
},
|
2100
2100
|
{
|
@@ -2146,43 +2146,43 @@
|
|
2146
2146
|
]
|
2147
2147
|
},
|
2148
2148
|
{
|
2149
|
-
"name": "U 0.44 SHGC 0.55 Simple Glazing
|
2149
|
+
"name": "U 0.44 SHGC 0.55 Simple Glazing",
|
2150
2150
|
"intended_surface_type": "Skylight",
|
2151
2151
|
"standards_construction_type": null,
|
2152
2152
|
"insulation_layer": null,
|
2153
2153
|
"skylight_framing": null,
|
2154
2154
|
"materials": [
|
2155
|
-
"
|
2155
|
+
"U 0.44 SHGC 0.55 Simple Glazing"
|
2156
2156
|
]
|
2157
2157
|
},
|
2158
2158
|
{
|
2159
|
-
"name": "
|
2159
|
+
"name": "U 0.44 SHGC 0.55 Simple Glazing",
|
2160
2160
|
"intended_surface_type": "Skylight",
|
2161
|
-
"standards_construction_type":
|
2161
|
+
"standards_construction_type": null,
|
2162
2162
|
"insulation_layer": null,
|
2163
2163
|
"skylight_framing": null,
|
2164
2164
|
"materials": [
|
2165
|
-
"
|
2165
|
+
"U 0.44 SHGC 0.55 Simple Glazing"
|
2166
2166
|
]
|
2167
2167
|
},
|
2168
2168
|
{
|
2169
|
-
"name": "
|
2169
|
+
"name": "U 0.45 SHGC 0.25 Simple Glazing",
|
2170
2170
|
"intended_surface_type": "ExteriorWindow",
|
2171
2171
|
"standards_construction_type": "Metal framing (all other)",
|
2172
2172
|
"insulation_layer": null,
|
2173
2173
|
"skylight_framing": null,
|
2174
2174
|
"materials": [
|
2175
|
-
"
|
2175
|
+
"U 0.45 SHGC 0.25 Simple Glazing"
|
2176
2176
|
]
|
2177
2177
|
},
|
2178
2178
|
{
|
2179
|
-
"name": "U 0.45 SHGC 0.25 Simple Glazing
|
2179
|
+
"name": "U 0.45 SHGC 0.25 Simple Glazing",
|
2180
2180
|
"intended_surface_type": "ExteriorWindow",
|
2181
|
-
"standards_construction_type":
|
2181
|
+
"standards_construction_type": null,
|
2182
2182
|
"insulation_layer": null,
|
2183
2183
|
"skylight_framing": null,
|
2184
2184
|
"materials": [
|
2185
|
-
"
|
2185
|
+
"U 0.45 SHGC 0.25 Simple Glazing"
|
2186
2186
|
]
|
2187
2187
|
},
|
2188
2188
|
{
|
@@ -2198,33 +2198,33 @@
|
|
2198
2198
|
]
|
2199
2199
|
},
|
2200
2200
|
{
|
2201
|
-
"name": "
|
2201
|
+
"name": "U 0.45 SHGC 0.33 Simple Glazing",
|
2202
2202
|
"intended_surface_type": "ExteriorWindow",
|
2203
2203
|
"standards_construction_type": "Metal framing (all other)",
|
2204
2204
|
"insulation_layer": null,
|
2205
2205
|
"skylight_framing": null,
|
2206
2206
|
"materials": [
|
2207
|
-
"
|
2207
|
+
"U 0.45 SHGC 0.33 Simple Glazing"
|
2208
2208
|
]
|
2209
2209
|
},
|
2210
2210
|
{
|
2211
|
-
"name": "
|
2211
|
+
"name": "U 0.45 SHGC 0.45 Simple Glazing",
|
2212
2212
|
"intended_surface_type": "ExteriorWindow",
|
2213
|
-
"standards_construction_type":
|
2213
|
+
"standards_construction_type": null,
|
2214
2214
|
"insulation_layer": null,
|
2215
2215
|
"skylight_framing": null,
|
2216
2216
|
"materials": [
|
2217
|
-
"
|
2217
|
+
"U 0.45 SHGC 0.45 Simple Glazing"
|
2218
2218
|
]
|
2219
2219
|
},
|
2220
2220
|
{
|
2221
|
-
"name": "
|
2221
|
+
"name": "U 0.46 SHGC 0.25 Simple Glazing",
|
2222
2222
|
"intended_surface_type": "ExteriorWindow",
|
2223
|
-
"standards_construction_type":
|
2223
|
+
"standards_construction_type": null,
|
2224
2224
|
"insulation_layer": null,
|
2225
2225
|
"skylight_framing": null,
|
2226
2226
|
"materials": [
|
2227
|
-
"
|
2227
|
+
"U 0.46 SHGC 0.25 Simple Glazing"
|
2228
2228
|
]
|
2229
2229
|
},
|
2230
2230
|
{
|
@@ -2240,103 +2240,103 @@
|
|
2240
2240
|
]
|
2241
2241
|
},
|
2242
2242
|
{
|
2243
|
-
"name": "
|
2243
|
+
"name": "U 0.47 SHGC 0.25 Simple Glazing",
|
2244
2244
|
"intended_surface_type": null,
|
2245
2245
|
"standards_construction_type": null,
|
2246
2246
|
"insulation_layer": null,
|
2247
2247
|
"skylight_framing": null,
|
2248
2248
|
"materials": [
|
2249
|
-
"
|
2249
|
+
"U 0.47 SHGC 0.25 Simple Glazing"
|
2250
2250
|
]
|
2251
2251
|
},
|
2252
2252
|
{
|
2253
|
-
"name": "U 0.47 SHGC 0.25 Simple Glazing
|
2253
|
+
"name": "U 0.47 SHGC 0.25 Simple Glazing",
|
2254
2254
|
"intended_surface_type": "ExteriorWindow",
|
2255
|
-
"standards_construction_type":
|
2255
|
+
"standards_construction_type": null,
|
2256
2256
|
"insulation_layer": null,
|
2257
2257
|
"skylight_framing": null,
|
2258
2258
|
"materials": [
|
2259
|
-
"
|
2259
|
+
"U 0.47 SHGC 0.25 Simple Glazing"
|
2260
2260
|
]
|
2261
2261
|
},
|
2262
2262
|
{
|
2263
|
-
"name": "
|
2263
|
+
"name": "U 0.47 SHGC 0.33 Simple Glazing",
|
2264
2264
|
"intended_surface_type": "ExteriorWindow",
|
2265
2265
|
"standards_construction_type": "Metal framing (all other)",
|
2266
2266
|
"insulation_layer": null,
|
2267
2267
|
"skylight_framing": null,
|
2268
2268
|
"materials": [
|
2269
|
-
"
|
2269
|
+
"U 0.47 SHGC 0.33 Simple Glazing"
|
2270
2270
|
]
|
2271
2271
|
},
|
2272
2272
|
{
|
2273
|
-
"name": "U 0.47 SHGC 0.4 Simple Glazing
|
2273
|
+
"name": "U 0.47 SHGC 0.4 Simple Glazing",
|
2274
2274
|
"intended_surface_type": "Skylight",
|
2275
2275
|
"standards_construction_type": null,
|
2276
2276
|
"insulation_layer": null,
|
2277
2277
|
"skylight_framing": null,
|
2278
2278
|
"materials": [
|
2279
|
-
"
|
2279
|
+
"U 0.47 SHGC 0.4 Simple Glazing"
|
2280
2280
|
]
|
2281
2281
|
},
|
2282
2282
|
{
|
2283
|
-
"name": "
|
2283
|
+
"name": "U 0.47 SHGC 0.4 Simple Glazing",
|
2284
2284
|
"intended_surface_type": "Skylight",
|
2285
|
-
"standards_construction_type":
|
2285
|
+
"standards_construction_type": null,
|
2286
2286
|
"insulation_layer": null,
|
2287
2287
|
"skylight_framing": null,
|
2288
2288
|
"materials": [
|
2289
|
-
"
|
2289
|
+
"U 0.47 SHGC 0.4 Simple Glazing"
|
2290
2290
|
]
|
2291
2291
|
},
|
2292
2292
|
{
|
2293
|
-
"name": "
|
2293
|
+
"name": "U 0.48 SHGC 0.19 Simple Glazing",
|
2294
2294
|
"intended_surface_type": "ExteriorWindow",
|
2295
2295
|
"standards_construction_type": "Metal framing (all other)",
|
2296
2296
|
"insulation_layer": null,
|
2297
2297
|
"skylight_framing": null,
|
2298
2298
|
"materials": [
|
2299
|
-
"
|
2299
|
+
"U 0.48 SHGC 0.19 Simple Glazing"
|
2300
2300
|
]
|
2301
2301
|
},
|
2302
2302
|
{
|
2303
|
-
"name": "
|
2303
|
+
"name": "U 0.48 SHGC 0.20 Simple Glazing",
|
2304
2304
|
"intended_surface_type": "ExteriorWindow",
|
2305
2305
|
"standards_construction_type": "Metal framing (all other)",
|
2306
2306
|
"insulation_layer": null,
|
2307
2307
|
"skylight_framing": null,
|
2308
2308
|
"materials": [
|
2309
|
-
"
|
2309
|
+
"U 0.48 SHGC 0.20 Simple Glazing"
|
2310
2310
|
]
|
2311
2311
|
},
|
2312
2312
|
{
|
2313
|
-
"name": "
|
2313
|
+
"name": "U 0.48 SHGC 0.21 Simple Glazing",
|
2314
2314
|
"intended_surface_type": "ExteriorWindow",
|
2315
2315
|
"standards_construction_type": "Metal framing (all other)",
|
2316
2316
|
"insulation_layer": null,
|
2317
2317
|
"skylight_framing": null,
|
2318
2318
|
"materials": [
|
2319
|
-
"
|
2319
|
+
"U 0.48 SHGC 0.21 Simple Glazing"
|
2320
2320
|
]
|
2321
2321
|
},
|
2322
2322
|
{
|
2323
|
-
"name": "
|
2323
|
+
"name": "U 0.48 SHGC 0.22 Simple Glazing",
|
2324
2324
|
"intended_surface_type": "ExteriorWindow",
|
2325
2325
|
"standards_construction_type": "Metal framing (all other)",
|
2326
2326
|
"insulation_layer": null,
|
2327
2327
|
"skylight_framing": null,
|
2328
2328
|
"materials": [
|
2329
|
-
"
|
2329
|
+
"U 0.48 SHGC 0.22 Simple Glazing"
|
2330
2330
|
]
|
2331
2331
|
},
|
2332
2332
|
{
|
2333
|
-
"name": "
|
2333
|
+
"name": "U 0.48 SHGC 0.25 Simple Glazing",
|
2334
2334
|
"intended_surface_type": "ExteriorWindow",
|
2335
|
-
"standards_construction_type":
|
2335
|
+
"standards_construction_type": null,
|
2336
2336
|
"insulation_layer": null,
|
2337
2337
|
"skylight_framing": null,
|
2338
2338
|
"materials": [
|
2339
|
-
"
|
2339
|
+
"U 0.48 SHGC 0.25 Simple Glazing"
|
2340
2340
|
]
|
2341
2341
|
},
|
2342
2342
|
{
|
@@ -2352,233 +2352,233 @@
|
|
2352
2352
|
]
|
2353
2353
|
},
|
2354
2354
|
{
|
2355
|
-
"name": "
|
2355
|
+
"name": "U 0.49 SHGC 0.22 Simple Glazing",
|
2356
2356
|
"intended_surface_type": "ExteriorWindow",
|
2357
|
-
"standards_construction_type":
|
2357
|
+
"standards_construction_type": null,
|
2358
2358
|
"insulation_layer": null,
|
2359
2359
|
"skylight_framing": null,
|
2360
2360
|
"materials": [
|
2361
|
-
"
|
2361
|
+
"U 0.49 SHGC 0.22 Simple Glazing"
|
2362
2362
|
]
|
2363
2363
|
},
|
2364
2364
|
{
|
2365
|
-
"name": "
|
2365
|
+
"name": "U 0.49 SHGC 0.25 Simple Glazing",
|
2366
2366
|
"intended_surface_type": "ExteriorWindow",
|
2367
|
-
"standards_construction_type":
|
2367
|
+
"standards_construction_type": null,
|
2368
2368
|
"insulation_layer": null,
|
2369
2369
|
"skylight_framing": null,
|
2370
2370
|
"materials": [
|
2371
|
-
"
|
2371
|
+
"U 0.49 SHGC 0.25 Simple Glazing"
|
2372
2372
|
]
|
2373
2373
|
},
|
2374
2374
|
{
|
2375
|
-
"name": "U 0.5 SHGC 0.19 Simple Glazing
|
2375
|
+
"name": "U 0.5 SHGC 0.19 Simple Glazing",
|
2376
2376
|
"intended_surface_type": "Skylight",
|
2377
|
-
"standards_construction_type":
|
2377
|
+
"standards_construction_type": null,
|
2378
2378
|
"insulation_layer": null,
|
2379
2379
|
"skylight_framing": null,
|
2380
2380
|
"materials": [
|
2381
|
-
"
|
2381
|
+
"U 0.5 SHGC 0.19 Simple Glazing"
|
2382
2382
|
]
|
2383
2383
|
},
|
2384
2384
|
{
|
2385
|
-
"name": "
|
2385
|
+
"name": "U 0.5 SHGC 0.22 Simple Glazing",
|
2386
2386
|
"intended_surface_type": "ExteriorWindow",
|
2387
|
-
"standards_construction_type":
|
2387
|
+
"standards_construction_type": null,
|
2388
2388
|
"insulation_layer": null,
|
2389
2389
|
"skylight_framing": null,
|
2390
2390
|
"materials": [
|
2391
|
-
"
|
2391
|
+
"U 0.5 SHGC 0.22 Simple Glazing"
|
2392
2392
|
]
|
2393
2393
|
},
|
2394
2394
|
{
|
2395
|
-
"name": "
|
2395
|
+
"name": "U 0.5 SHGC 0.23 Simple Glazing",
|
2396
2396
|
"intended_surface_type": "ExteriorWindow",
|
2397
|
-
"standards_construction_type":
|
2397
|
+
"standards_construction_type": null,
|
2398
2398
|
"insulation_layer": null,
|
2399
2399
|
"skylight_framing": null,
|
2400
2400
|
"materials": [
|
2401
|
-
"
|
2401
|
+
"U 0.5 SHGC 0.23 Simple Glazing"
|
2402
2402
|
]
|
2403
2403
|
},
|
2404
2404
|
{
|
2405
|
-
"name": "
|
2405
|
+
"name": "U 0.5 SHGC 0.25 Simple Glazing",
|
2406
2406
|
"intended_surface_type": "ExteriorWindow",
|
2407
|
-
"standards_construction_type":
|
2407
|
+
"standards_construction_type": null,
|
2408
2408
|
"insulation_layer": null,
|
2409
2409
|
"skylight_framing": null,
|
2410
2410
|
"materials": [
|
2411
|
-
"
|
2411
|
+
"U 0.5 SHGC 0.25 Simple Glazing"
|
2412
2412
|
]
|
2413
2413
|
},
|
2414
2414
|
{
|
2415
|
-
"name": "U 0.5 SHGC 0.27 Simple Glazing
|
2415
|
+
"name": "U 0.5 SHGC 0.27 Simple Glazing",
|
2416
2416
|
"intended_surface_type": "Skylight",
|
2417
|
-
"standards_construction_type":
|
2417
|
+
"standards_construction_type": null,
|
2418
2418
|
"insulation_layer": null,
|
2419
2419
|
"skylight_framing": null,
|
2420
2420
|
"materials": [
|
2421
|
-
"
|
2421
|
+
"U 0.5 SHGC 0.27 Simple Glazing"
|
2422
2422
|
]
|
2423
2423
|
},
|
2424
2424
|
{
|
2425
|
-
"name": "U 0.5 SHGC 0.34 Simple Glazing
|
2425
|
+
"name": "U 0.5 SHGC 0.34 Simple Glazing",
|
2426
2426
|
"intended_surface_type": "Skylight",
|
2427
|
-
"standards_construction_type":
|
2427
|
+
"standards_construction_type": null,
|
2428
2428
|
"insulation_layer": null,
|
2429
2429
|
"skylight_framing": null,
|
2430
2430
|
"materials": [
|
2431
|
-
"
|
2431
|
+
"U 0.5 SHGC 0.34 Simple Glazing"
|
2432
2432
|
]
|
2433
2433
|
},
|
2434
2434
|
{
|
2435
|
-
"name": "U 0.5 SHGC 0.36 Simple Glazing
|
2435
|
+
"name": "U 0.5 SHGC 0.36 Simple Glazing",
|
2436
2436
|
"intended_surface_type": "Skylight",
|
2437
|
-
"standards_construction_type":
|
2437
|
+
"standards_construction_type": null,
|
2438
2438
|
"insulation_layer": null,
|
2439
2439
|
"skylight_framing": null,
|
2440
2440
|
"materials": [
|
2441
|
-
"
|
2441
|
+
"U 0.5 SHGC 0.36 Simple Glazing"
|
2442
2442
|
]
|
2443
2443
|
},
|
2444
2444
|
{
|
2445
|
-
"name": "U 0.5 SHGC 0.39 Simple Glazing
|
2445
|
+
"name": "U 0.5 SHGC 0.39 Simple Glazing",
|
2446
2446
|
"intended_surface_type": "Skylight",
|
2447
|
-
"standards_construction_type":
|
2447
|
+
"standards_construction_type": null,
|
2448
2448
|
"insulation_layer": null,
|
2449
2449
|
"skylight_framing": null,
|
2450
2450
|
"materials": [
|
2451
|
-
"
|
2451
|
+
"U 0.5 SHGC 0.39 Simple Glazing"
|
2452
2452
|
]
|
2453
2453
|
},
|
2454
2454
|
{
|
2455
|
-
"name": "U 0.5 SHGC 0.4 Simple Glazing
|
2455
|
+
"name": "U 0.5 SHGC 0.4 Simple Glazing",
|
2456
2456
|
"intended_surface_type": "Skylight",
|
2457
2457
|
"standards_construction_type": null,
|
2458
2458
|
"insulation_layer": null,
|
2459
2459
|
"skylight_framing": null,
|
2460
2460
|
"materials": [
|
2461
|
-
"
|
2461
|
+
"U 0.5 SHGC 0.4 Simple Glazing"
|
2462
2462
|
]
|
2463
2463
|
},
|
2464
2464
|
{
|
2465
|
-
"name": "
|
2465
|
+
"name": "U 0.5 SHGC 0.4 Simple Glazing",
|
2466
2466
|
"intended_surface_type": "Skylight",
|
2467
|
-
"standards_construction_type":
|
2467
|
+
"standards_construction_type": null,
|
2468
2468
|
"insulation_layer": null,
|
2469
2469
|
"skylight_framing": null,
|
2470
2470
|
"materials": [
|
2471
|
-
"
|
2471
|
+
"U 0.5 SHGC 0.4 Simple Glazing"
|
2472
2472
|
]
|
2473
2473
|
},
|
2474
2474
|
{
|
2475
|
-
"name": "
|
2475
|
+
"name": "U 0.5 SHGC 0.45 Simple Glazing",
|
2476
2476
|
"intended_surface_type": "ExteriorWindow",
|
2477
|
-
"standards_construction_type":
|
2477
|
+
"standards_construction_type": null,
|
2478
2478
|
"insulation_layer": null,
|
2479
2479
|
"skylight_framing": null,
|
2480
2480
|
"materials": [
|
2481
|
-
"
|
2481
|
+
"U 0.5 SHGC 0.45 Simple Glazing"
|
2482
2482
|
]
|
2483
2483
|
},
|
2484
2484
|
{
|
2485
|
-
"name": "U 0.5 SHGC 0.55 Simple Glazing
|
2485
|
+
"name": "U 0.5 SHGC 0.55 Simple Glazing",
|
2486
2486
|
"intended_surface_type": "Skylight",
|
2487
|
-
"standards_construction_type":
|
2487
|
+
"standards_construction_type": null,
|
2488
2488
|
"insulation_layer": null,
|
2489
2489
|
"skylight_framing": null,
|
2490
2490
|
"materials": [
|
2491
|
-
"
|
2491
|
+
"U 0.5 SHGC 0.55 Simple Glazing"
|
2492
2492
|
]
|
2493
2493
|
},
|
2494
2494
|
{
|
2495
|
-
"name": "
|
2495
|
+
"name": "U 0.5 SHGC 0.55 Simple Glazing",
|
2496
2496
|
"intended_surface_type": "Skylight",
|
2497
|
-
"standards_construction_type":
|
2497
|
+
"standards_construction_type": null,
|
2498
2498
|
"insulation_layer": null,
|
2499
2499
|
"skylight_framing": null,
|
2500
2500
|
"materials": [
|
2501
|
-
"
|
2501
|
+
"U 0.5 SHGC 0.55 Simple Glazing"
|
2502
2502
|
]
|
2503
2503
|
},
|
2504
2504
|
{
|
2505
|
-
"name": "U 0.5 SHGC 0.65 Simple Glazing
|
2505
|
+
"name": "U 0.5 SHGC 0.65 Simple Glazing",
|
2506
2506
|
"intended_surface_type": "Skylight",
|
2507
|
-
"standards_construction_type":
|
2507
|
+
"standards_construction_type": null,
|
2508
2508
|
"insulation_layer": null,
|
2509
2509
|
"skylight_framing": null,
|
2510
2510
|
"materials": [
|
2511
|
-
"
|
2511
|
+
"U 0.5 SHGC 0.65 Simple Glazing"
|
2512
2512
|
]
|
2513
2513
|
},
|
2514
2514
|
{
|
2515
|
-
"name": "
|
2515
|
+
"name": "U 0.50 SHGC 0.22 Simple Glazing",
|
2516
2516
|
"intended_surface_type": "ExteriorWindow",
|
2517
2517
|
"standards_construction_type": "Metal framing (all other)",
|
2518
2518
|
"insulation_layer": null,
|
2519
2519
|
"skylight_framing": null,
|
2520
2520
|
"materials": [
|
2521
|
-
"
|
2521
|
+
"U 0.50 SHGC 0.22 Simple Glazing"
|
2522
2522
|
]
|
2523
2523
|
},
|
2524
2524
|
{
|
2525
|
-
"name": "
|
2525
|
+
"name": "U 0.50 SHGC 0.23 Simple Glazing",
|
2526
2526
|
"intended_surface_type": "ExteriorWindow",
|
2527
2527
|
"standards_construction_type": "Metal framing (all other)",
|
2528
2528
|
"insulation_layer": null,
|
2529
2529
|
"skylight_framing": null,
|
2530
2530
|
"materials": [
|
2531
|
-
"
|
2531
|
+
"U 0.50 SHGC 0.23 Simple Glazing"
|
2532
2532
|
]
|
2533
2533
|
},
|
2534
2534
|
{
|
2535
|
-
"name": "
|
2535
|
+
"name": "U 0.51 SHGC 0.22 Simple Glazing",
|
2536
2536
|
"intended_surface_type": null,
|
2537
2537
|
"standards_construction_type": null,
|
2538
2538
|
"insulation_layer": null,
|
2539
2539
|
"skylight_framing": null,
|
2540
2540
|
"materials": [
|
2541
|
-
"
|
2541
|
+
"U 0.51 SHGC 0.22 Simple Glazing"
|
2542
2542
|
]
|
2543
2543
|
},
|
2544
2544
|
{
|
2545
|
-
"name": "U 0.51 SHGC 0.22 Simple Glazing
|
2545
|
+
"name": "U 0.51 SHGC 0.22 Simple Glazing",
|
2546
2546
|
"intended_surface_type": "ExteriorWindow",
|
2547
|
-
"standards_construction_type":
|
2547
|
+
"standards_construction_type": null,
|
2548
2548
|
"insulation_layer": null,
|
2549
2549
|
"skylight_framing": null,
|
2550
2550
|
"materials": [
|
2551
|
-
"
|
2551
|
+
"U 0.51 SHGC 0.22 Simple Glazing"
|
2552
2552
|
]
|
2553
2553
|
},
|
2554
2554
|
{
|
2555
|
-
"name": "
|
2555
|
+
"name": "U 0.51 SHGC 0.23 Simple Glazing",
|
2556
2556
|
"intended_surface_type": null,
|
2557
2557
|
"standards_construction_type": null,
|
2558
2558
|
"insulation_layer": null,
|
2559
2559
|
"skylight_framing": null,
|
2560
2560
|
"materials": [
|
2561
|
-
"
|
2561
|
+
"U 0.51 SHGC 0.23 Simple Glazing"
|
2562
2562
|
]
|
2563
2563
|
},
|
2564
2564
|
{
|
2565
|
-
"name": "U 0.51 SHGC 0.23 Simple Glazing
|
2565
|
+
"name": "U 0.51 SHGC 0.23 Simple Glazing",
|
2566
2566
|
"intended_surface_type": "ExteriorWindow",
|
2567
|
-
"standards_construction_type":
|
2567
|
+
"standards_construction_type": null,
|
2568
2568
|
"insulation_layer": null,
|
2569
2569
|
"skylight_framing": null,
|
2570
2570
|
"materials": [
|
2571
|
-
"
|
2571
|
+
"U 0.51 SHGC 0.23 Simple Glazing"
|
2572
2572
|
]
|
2573
2573
|
},
|
2574
2574
|
{
|
2575
|
-
"name": "
|
2575
|
+
"name": "U 0.51 SHGC 0.45 Simple Glazing",
|
2576
2576
|
"intended_surface_type": "ExteriorWindow",
|
2577
|
-
"standards_construction_type":
|
2577
|
+
"standards_construction_type": null,
|
2578
2578
|
"insulation_layer": null,
|
2579
2579
|
"skylight_framing": null,
|
2580
2580
|
"materials": [
|
2581
|
-
"
|
2581
|
+
"U 0.51 SHGC 0.45 Simple Glazing"
|
2582
2582
|
]
|
2583
2583
|
},
|
2584
2584
|
{
|
@@ -2594,13 +2594,13 @@
|
|
2594
2594
|
]
|
2595
2595
|
},
|
2596
2596
|
{
|
2597
|
-
"name": "
|
2597
|
+
"name": "U 0.52 SHGC 0.39 Simple Glazing",
|
2598
2598
|
"intended_surface_type": "ExteriorWindow",
|
2599
2599
|
"standards_construction_type": "Metal framing (all other)",
|
2600
2600
|
"insulation_layer": null,
|
2601
2601
|
"skylight_framing": null,
|
2602
2602
|
"materials": [
|
2603
|
-
"
|
2603
|
+
"U 0.52 SHGC 0.39 Simple Glazing"
|
2604
2604
|
]
|
2605
2605
|
},
|
2606
2606
|
{
|
@@ -2616,63 +2616,63 @@
|
|
2616
2616
|
]
|
2617
2617
|
},
|
2618
2618
|
{
|
2619
|
-
"name": "
|
2619
|
+
"name": "U 0.52 SHGC 0.49 Simple Glazing",
|
2620
2620
|
"intended_surface_type": "ExteriorWindow",
|
2621
2621
|
"standards_construction_type": "Metal framing (all other)",
|
2622
2622
|
"insulation_layer": null,
|
2623
2623
|
"skylight_framing": null,
|
2624
2624
|
"materials": [
|
2625
|
-
"
|
2625
|
+
"U 0.52 SHGC 0.49 Simple Glazing"
|
2626
2626
|
]
|
2627
2627
|
},
|
2628
2628
|
{
|
2629
|
-
"name": "
|
2629
|
+
"name": "U 0.52 SHGC 0.615 Simple Glazing",
|
2630
2630
|
"intended_surface_type": "ExteriorWindow",
|
2631
2631
|
"standards_construction_type": "Metal framing (all other)",
|
2632
2632
|
"insulation_layer": null,
|
2633
2633
|
"skylight_framing": null,
|
2634
2634
|
"materials": [
|
2635
|
-
"
|
2635
|
+
"U 0.52 SHGC 0.615 Simple Glazing"
|
2636
2636
|
]
|
2637
2637
|
},
|
2638
2638
|
{
|
2639
|
-
"name": "
|
2639
|
+
"name": "U 0.53 SHGC 0.22 Simple Glazing",
|
2640
2640
|
"intended_surface_type": "ExteriorWindow",
|
2641
|
-
"standards_construction_type":
|
2641
|
+
"standards_construction_type": null,
|
2642
2642
|
"insulation_layer": null,
|
2643
2643
|
"skylight_framing": null,
|
2644
2644
|
"materials": [
|
2645
|
-
"
|
2645
|
+
"U 0.53 SHGC 0.22 Simple Glazing"
|
2646
2646
|
]
|
2647
2647
|
},
|
2648
2648
|
{
|
2649
|
-
"name": "
|
2649
|
+
"name": "U 0.53 SHGC 0.23 Simple Glazing",
|
2650
2650
|
"intended_surface_type": "ExteriorWindow",
|
2651
|
-
"standards_construction_type":
|
2651
|
+
"standards_construction_type": null,
|
2652
2652
|
"insulation_layer": null,
|
2653
2653
|
"skylight_framing": null,
|
2654
2654
|
"materials": [
|
2655
|
-
"
|
2655
|
+
"U 0.53 SHGC 0.23 Simple Glazing"
|
2656
2656
|
]
|
2657
2657
|
},
|
2658
2658
|
{
|
2659
|
-
"name": "
|
2659
|
+
"name": "U 0.53 SHGC 0.25 Simple Glazing",
|
2660
2660
|
"intended_surface_type": null,
|
2661
2661
|
"standards_construction_type": null,
|
2662
2662
|
"insulation_layer": null,
|
2663
2663
|
"skylight_framing": null,
|
2664
2664
|
"materials": [
|
2665
|
-
"
|
2665
|
+
"U 0.53 SHGC 0.25 Simple Glazing"
|
2666
2666
|
]
|
2667
2667
|
},
|
2668
2668
|
{
|
2669
|
-
"name": "U 0.53 SHGC 0.25 Simple Glazing
|
2669
|
+
"name": "U 0.53 SHGC 0.25 Simple Glazing",
|
2670
2670
|
"intended_surface_type": "ExteriorWindow",
|
2671
|
-
"standards_construction_type":
|
2671
|
+
"standards_construction_type": null,
|
2672
2672
|
"insulation_layer": null,
|
2673
2673
|
"skylight_framing": null,
|
2674
2674
|
"materials": [
|
2675
|
-
"
|
2675
|
+
"U 0.53 SHGC 0.25 Simple Glazing"
|
2676
2676
|
]
|
2677
2677
|
},
|
2678
2678
|
{
|
@@ -2700,23 +2700,23 @@
|
|
2700
2700
|
]
|
2701
2701
|
},
|
2702
2702
|
{
|
2703
|
-
"name": "
|
2703
|
+
"name": "U 0.54 SHGC 0.23 Simple Glazing",
|
2704
2704
|
"intended_surface_type": "ExteriorWindow",
|
2705
2705
|
"standards_construction_type": "Metal framing (all other)",
|
2706
2706
|
"insulation_layer": null,
|
2707
2707
|
"skylight_framing": null,
|
2708
2708
|
"materials": [
|
2709
|
-
"
|
2709
|
+
"U 0.54 SHGC 0.23 Simple Glazing"
|
2710
2710
|
]
|
2711
2711
|
},
|
2712
2712
|
{
|
2713
|
-
"name": "
|
2713
|
+
"name": "U 0.54 SHGC 0.25 Simple Glazing",
|
2714
2714
|
"intended_surface_type": "ExteriorWindow",
|
2715
|
-
"standards_construction_type":
|
2715
|
+
"standards_construction_type": null,
|
2716
2716
|
"insulation_layer": null,
|
2717
2717
|
"skylight_framing": null,
|
2718
2718
|
"materials": [
|
2719
|
-
"
|
2719
|
+
"U 0.54 SHGC 0.25 Simple Glazing"
|
2720
2720
|
]
|
2721
2721
|
},
|
2722
2722
|
{
|
@@ -2744,23 +2744,23 @@
|
|
2744
2744
|
]
|
2745
2745
|
},
|
2746
2746
|
{
|
2747
|
-
"name": "U 0.55 SHGC 0.3 Simple Glazing
|
2747
|
+
"name": "U 0.55 SHGC 0.3 Simple Glazing",
|
2748
2748
|
"intended_surface_type": "Skylight",
|
2749
2749
|
"standards_construction_type": null,
|
2750
2750
|
"insulation_layer": null,
|
2751
2751
|
"skylight_framing": null,
|
2752
2752
|
"materials": [
|
2753
|
-
"
|
2753
|
+
"U 0.55 SHGC 0.3 Simple Glazing"
|
2754
2754
|
]
|
2755
2755
|
},
|
2756
2756
|
{
|
2757
|
-
"name": "
|
2757
|
+
"name": "U 0.55 SHGC 0.3 Simple Glazing",
|
2758
2758
|
"intended_surface_type": "Skylight",
|
2759
|
-
"standards_construction_type":
|
2759
|
+
"standards_construction_type": null,
|
2760
2760
|
"insulation_layer": null,
|
2761
2761
|
"skylight_framing": null,
|
2762
2762
|
"materials": [
|
2763
|
-
"
|
2763
|
+
"U 0.55 SHGC 0.3 Simple Glazing"
|
2764
2764
|
]
|
2765
2765
|
},
|
2766
2766
|
{
|
@@ -2776,43 +2776,43 @@
|
|
2776
2776
|
]
|
2777
2777
|
},
|
2778
2778
|
{
|
2779
|
-
"name": "U 0.55 SHGC 0.35 Simple Glazing
|
2779
|
+
"name": "U 0.55 SHGC 0.35 Simple Glazing",
|
2780
2780
|
"intended_surface_type": "Skylight",
|
2781
2781
|
"standards_construction_type": null,
|
2782
2782
|
"insulation_layer": null,
|
2783
2783
|
"skylight_framing": null,
|
2784
2784
|
"materials": [
|
2785
|
-
"
|
2785
|
+
"U 0.55 SHGC 0.35 Simple Glazing"
|
2786
2786
|
]
|
2787
2787
|
},
|
2788
2788
|
{
|
2789
|
-
"name": "
|
2789
|
+
"name": "U 0.55 SHGC 0.35 Simple Glazing",
|
2790
2790
|
"intended_surface_type": "Skylight",
|
2791
|
-
"standards_construction_type":
|
2791
|
+
"standards_construction_type": null,
|
2792
2792
|
"insulation_layer": null,
|
2793
2793
|
"skylight_framing": null,
|
2794
2794
|
"materials": [
|
2795
|
-
"
|
2795
|
+
"U 0.55 SHGC 0.35 Simple Glazing"
|
2796
2796
|
]
|
2797
2797
|
},
|
2798
2798
|
{
|
2799
|
-
"name": "U 0.55 SHGC 0.55 Simple Glazing
|
2799
|
+
"name": "U 0.55 SHGC 0.55 Simple Glazing",
|
2800
2800
|
"intended_surface_type": "Skylight",
|
2801
|
-
"standards_construction_type":
|
2801
|
+
"standards_construction_type": null,
|
2802
2802
|
"insulation_layer": null,
|
2803
2803
|
"skylight_framing": null,
|
2804
2804
|
"materials": [
|
2805
|
-
"
|
2805
|
+
"U 0.55 SHGC 0.55 Simple Glazing"
|
2806
2806
|
]
|
2807
2807
|
},
|
2808
2808
|
{
|
2809
|
-
"name": "U 0.55 SHGC 0.64 Simple Glazing
|
2809
|
+
"name": "U 0.55 SHGC 0.64 Simple Glazing",
|
2810
2810
|
"intended_surface_type": "Skylight",
|
2811
|
-
"standards_construction_type":
|
2811
|
+
"standards_construction_type": null,
|
2812
2812
|
"insulation_layer": null,
|
2813
2813
|
"skylight_framing": null,
|
2814
2814
|
"materials": [
|
2815
|
-
"
|
2815
|
+
"U 0.55 SHGC 0.64 Simple Glazing"
|
2816
2816
|
]
|
2817
2817
|
},
|
2818
2818
|
{
|
@@ -2852,13 +2852,13 @@
|
|
2852
2852
|
]
|
2853
2853
|
},
|
2854
2854
|
{
|
2855
|
-
"name": "
|
2855
|
+
"name": "U 0.57 SHGC 0.25 Simple Glazing",
|
2856
2856
|
"intended_surface_type": "ExteriorWindow",
|
2857
|
-
"standards_construction_type":
|
2857
|
+
"standards_construction_type": null,
|
2858
2858
|
"insulation_layer": null,
|
2859
2859
|
"skylight_framing": null,
|
2860
2860
|
"materials": [
|
2861
|
-
"
|
2861
|
+
"U 0.57 SHGC 0.25 Simple Glazing"
|
2862
2862
|
]
|
2863
2863
|
},
|
2864
2864
|
{
|
@@ -2886,63 +2886,63 @@
|
|
2886
2886
|
]
|
2887
2887
|
},
|
2888
2888
|
{
|
2889
|
-
"name": "U 0.58 SHGC 0.19 Simple Glazing
|
2889
|
+
"name": "U 0.58 SHGC 0.19 Simple Glazing",
|
2890
2890
|
"intended_surface_type": "Skylight",
|
2891
2891
|
"standards_construction_type": "Glass with Curb",
|
2892
2892
|
"insulation_layer": null,
|
2893
2893
|
"skylight_framing": null,
|
2894
2894
|
"materials": [
|
2895
|
-
"
|
2895
|
+
"U 0.58 SHGC 0.19 Simple Glazing"
|
2896
2896
|
]
|
2897
2897
|
},
|
2898
2898
|
{
|
2899
|
-
"name": "U 0.58 SHGC 0.36 Simple Glazing
|
2899
|
+
"name": "U 0.58 SHGC 0.36 Simple Glazing",
|
2900
2900
|
"intended_surface_type": "Skylight",
|
2901
2901
|
"standards_construction_type": "Glass with Curb",
|
2902
2902
|
"insulation_layer": null,
|
2903
2903
|
"skylight_framing": null,
|
2904
2904
|
"materials": [
|
2905
|
-
"
|
2905
|
+
"U 0.58 SHGC 0.36 Simple Glazing"
|
2906
2906
|
]
|
2907
2907
|
},
|
2908
2908
|
{
|
2909
|
-
"name": "
|
2909
|
+
"name": "U 0.59 SHGC 0.36 Simple Glazing",
|
2910
2910
|
"intended_surface_type": "ExteriorWindow",
|
2911
2911
|
"standards_construction_type": "Metal framing (all other)",
|
2912
2912
|
"insulation_layer": null,
|
2913
2913
|
"skylight_framing": null,
|
2914
2914
|
"materials": [
|
2915
|
-
"
|
2915
|
+
"U 0.59 SHGC 0.36 Simple Glazing"
|
2916
2916
|
]
|
2917
2917
|
},
|
2918
2918
|
{
|
2919
|
-
"name": "
|
2919
|
+
"name": "U 0.59 SHGC 0.39 Simple Glazing",
|
2920
2920
|
"intended_surface_type": "ExteriorWindow",
|
2921
2921
|
"standards_construction_type": "Metal framing (all other)",
|
2922
2922
|
"insulation_layer": null,
|
2923
2923
|
"skylight_framing": null,
|
2924
2924
|
"materials": [
|
2925
|
-
"
|
2925
|
+
"U 0.59 SHGC 0.39 Simple Glazing"
|
2926
2926
|
]
|
2927
2927
|
},
|
2928
2928
|
{
|
2929
|
-
"name": "
|
2929
|
+
"name": "U 0.6 SHGC 0.23 Simple Glazing",
|
2930
2930
|
"intended_surface_type": "ExteriorWindow",
|
2931
2931
|
"standards_construction_type": null,
|
2932
2932
|
"insulation_layer": null,
|
2933
2933
|
"skylight_framing": null,
|
2934
2934
|
"materials": [
|
2935
|
-
"
|
2935
|
+
"U 0.6 SHGC 0.23 Simple Glazing"
|
2936
2936
|
]
|
2937
2937
|
},
|
2938
2938
|
{
|
2939
|
-
"name": "
|
2939
|
+
"name": "U 0.60 SHGC 0.23 Simple Glazing",
|
2940
2940
|
"intended_surface_type": "ExteriorWindow",
|
2941
2941
|
"standards_construction_type": "Metal framing (all other)",
|
2942
2942
|
"insulation_layer": null,
|
2943
2943
|
"skylight_framing": null,
|
2944
2944
|
"materials": [
|
2945
|
-
"
|
2945
|
+
"U 0.60 SHGC 0.23 Simple Glazing"
|
2946
2946
|
]
|
2947
2947
|
},
|
2948
2948
|
{
|
@@ -2958,43 +2958,43 @@
|
|
2958
2958
|
]
|
2959
2959
|
},
|
2960
2960
|
{
|
2961
|
-
"name": "U 0.61 SHGC 0.77 Simple Glazing
|
2961
|
+
"name": "U 0.61 SHGC 0.77 Simple Glazing",
|
2962
2962
|
"intended_surface_type": "ExteriorWindow",
|
2963
2963
|
"standards_construction_type": null,
|
2964
2964
|
"insulation_layer": null,
|
2965
2965
|
"skylight_framing": null,
|
2966
2966
|
"materials": [
|
2967
|
-
"
|
2967
|
+
"U 0.61 SHGC 0.77 Simple Glazing"
|
2968
2968
|
]
|
2969
2969
|
},
|
2970
2970
|
{
|
2971
|
-
"name": "
|
2971
|
+
"name": "U 0.62 SHGC 0.2 Simple Glazing",
|
2972
2972
|
"intended_surface_type": "ExteriorWindow",
|
2973
2973
|
"standards_construction_type": null,
|
2974
2974
|
"insulation_layer": null,
|
2975
2975
|
"skylight_framing": null,
|
2976
2976
|
"materials": [
|
2977
|
-
"
|
2977
|
+
"U 0.62 SHGC 0.2 Simple Glazing"
|
2978
2978
|
]
|
2979
2979
|
},
|
2980
2980
|
{
|
2981
|
-
"name": "
|
2981
|
+
"name": "U 0.62 SHGC 0.20 Simple Glazing",
|
2982
2982
|
"intended_surface_type": "ExteriorWindow",
|
2983
2983
|
"standards_construction_type": "Metal framing (all other)",
|
2984
2984
|
"insulation_layer": null,
|
2985
2985
|
"skylight_framing": null,
|
2986
2986
|
"materials": [
|
2987
|
-
"
|
2987
|
+
"U 0.62 SHGC 0.20 Simple Glazing"
|
2988
2988
|
]
|
2989
2989
|
},
|
2990
2990
|
{
|
2991
|
-
"name": "
|
2991
|
+
"name": "U 0.62 SHGC 0.21 Simple Glazing",
|
2992
2992
|
"intended_surface_type": "ExteriorWindow",
|
2993
2993
|
"standards_construction_type": "Metal framing (all other)",
|
2994
2994
|
"insulation_layer": null,
|
2995
2995
|
"skylight_framing": null,
|
2996
2996
|
"materials": [
|
2997
|
-
"
|
2997
|
+
"U 0.62 SHGC 0.21 Simple Glazing"
|
2998
2998
|
]
|
2999
2999
|
},
|
3000
3000
|
{
|
@@ -3022,23 +3022,23 @@
|
|
3022
3022
|
]
|
3023
3023
|
},
|
3024
3024
|
{
|
3025
|
-
"name": "
|
3025
|
+
"name": "U 0.62 SHGC 0.41 Simple Glazing",
|
3026
3026
|
"intended_surface_type": "ExteriorWindow",
|
3027
3027
|
"standards_construction_type": "Metal framing (all other)",
|
3028
3028
|
"insulation_layer": null,
|
3029
3029
|
"skylight_framing": null,
|
3030
3030
|
"materials": [
|
3031
|
-
"
|
3031
|
+
"U 0.62 SHGC 0.41 Simple Glazing"
|
3032
3032
|
]
|
3033
3033
|
},
|
3034
3034
|
{
|
3035
|
-
"name": "
|
3035
|
+
"name": "U 0.62 SHGC 0.45 Simple Glazing",
|
3036
3036
|
"intended_surface_type": "ExteriorWindow",
|
3037
|
-
"standards_construction_type":
|
3037
|
+
"standards_construction_type": null,
|
3038
3038
|
"insulation_layer": null,
|
3039
3039
|
"skylight_framing": null,
|
3040
3040
|
"materials": [
|
3041
|
-
"
|
3041
|
+
"U 0.62 SHGC 0.45 Simple Glazing"
|
3042
3042
|
]
|
3043
3043
|
},
|
3044
3044
|
{
|
@@ -3054,43 +3054,43 @@
|
|
3054
3054
|
]
|
3055
3055
|
},
|
3056
3056
|
{
|
3057
|
-
"name": "
|
3057
|
+
"name": "U 0.63 SHGC 0.33 Simple Glazing",
|
3058
3058
|
"intended_surface_type": "ExteriorWindow",
|
3059
|
-
"standards_construction_type":
|
3059
|
+
"standards_construction_type": null,
|
3060
3060
|
"insulation_layer": null,
|
3061
3061
|
"skylight_framing": null,
|
3062
3062
|
"materials": [
|
3063
|
-
"
|
3063
|
+
"U 0.63 SHGC 0.33 Simple Glazing"
|
3064
3064
|
]
|
3065
3065
|
},
|
3066
3066
|
{
|
3067
|
-
"name": "
|
3067
|
+
"name": "U 0.63 SHGC 0.34 Simple Glazing",
|
3068
3068
|
"intended_surface_type": "ExteriorWindow",
|
3069
|
-
"standards_construction_type":
|
3069
|
+
"standards_construction_type": null,
|
3070
3070
|
"insulation_layer": null,
|
3071
3071
|
"skylight_framing": null,
|
3072
3072
|
"materials": [
|
3073
|
-
"
|
3073
|
+
"U 0.63 SHGC 0.34 Simple Glazing"
|
3074
3074
|
]
|
3075
3075
|
},
|
3076
3076
|
{
|
3077
|
-
"name": "
|
3077
|
+
"name": "U 0.63 SHGC 0.36 Simple Glazing",
|
3078
3078
|
"intended_surface_type": "ExteriorWindow",
|
3079
|
-
"standards_construction_type":
|
3079
|
+
"standards_construction_type": null,
|
3080
3080
|
"insulation_layer": null,
|
3081
3081
|
"skylight_framing": null,
|
3082
3082
|
"materials": [
|
3083
|
-
"
|
3083
|
+
"U 0.63 SHGC 0.36 Simple Glazing"
|
3084
3084
|
]
|
3085
3085
|
},
|
3086
3086
|
{
|
3087
|
-
"name": "
|
3087
|
+
"name": "U 0.63 SHGC 0.45 Simple Glazing",
|
3088
3088
|
"intended_surface_type": "ExteriorWindow",
|
3089
|
-
"standards_construction_type":
|
3089
|
+
"standards_construction_type": null,
|
3090
3090
|
"insulation_layer": null,
|
3091
3091
|
"skylight_framing": null,
|
3092
3092
|
"materials": [
|
3093
|
-
"
|
3093
|
+
"U 0.63 SHGC 0.45 Simple Glazing"
|
3094
3094
|
]
|
3095
3095
|
},
|
3096
3096
|
{
|
@@ -3106,39 +3106,39 @@
|
|
3106
3106
|
]
|
3107
3107
|
},
|
3108
3108
|
{
|
3109
|
-
"name": "U 0.65 SHGC 0.3 Simple Glazing
|
3109
|
+
"name": "U 0.65 SHGC 0.3 Simple Glazing",
|
3110
3110
|
"intended_surface_type": "Skylight",
|
3111
3111
|
"standards_construction_type": null,
|
3112
3112
|
"insulation_layer": null,
|
3113
3113
|
"skylight_framing": null,
|
3114
3114
|
"materials": [
|
3115
|
-
"
|
3115
|
+
"U 0.65 SHGC 0.3 Simple Glazing"
|
3116
3116
|
]
|
3117
3117
|
},
|
3118
3118
|
{
|
3119
|
-
"name": "
|
3119
|
+
"name": "U 0.65 SHGC 0.3 Simple Glazing",
|
3120
3120
|
"intended_surface_type": "Skylight",
|
3121
|
-
"standards_construction_type":
|
3121
|
+
"standards_construction_type": null,
|
3122
3122
|
"insulation_layer": null,
|
3123
3123
|
"skylight_framing": null,
|
3124
3124
|
"materials": [
|
3125
|
-
"
|
3125
|
+
"U 0.65 SHGC 0.3 Simple Glazing"
|
3126
3126
|
]
|
3127
3127
|
},
|
3128
3128
|
{
|
3129
|
-
"name": "U 0.65 SHGC 0.35 Simple Glazing
|
3129
|
+
"name": "U 0.65 SHGC 0.35 Simple Glazing",
|
3130
3130
|
"intended_surface_type": null,
|
3131
3131
|
"standards_construction_type": null,
|
3132
3132
|
"insulation_layer": null,
|
3133
3133
|
"skylight_framing": null,
|
3134
3134
|
"materials": [
|
3135
|
-
"
|
3135
|
+
"U 0.65 SHGC 0.35 Simple Glazing"
|
3136
3136
|
]
|
3137
3137
|
},
|
3138
3138
|
{
|
3139
|
-
"name": "
|
3139
|
+
"name": "U 0.65 SHGC 0.35 Simple Glazing",
|
3140
3140
|
"intended_surface_type": "Skylight",
|
3141
|
-
"standards_construction_type":
|
3141
|
+
"standards_construction_type": null,
|
3142
3142
|
"insulation_layer": null,
|
3143
3143
|
"skylight_framing": null,
|
3144
3144
|
"materials": [
|
@@ -3146,33 +3146,33 @@
|
|
3146
3146
|
]
|
3147
3147
|
},
|
3148
3148
|
{
|
3149
|
-
"name": "U 0.65 SHGC 0.55 Simple Glazing
|
3149
|
+
"name": "U 0.65 SHGC 0.55 Simple Glazing",
|
3150
3150
|
"intended_surface_type": "Skylight",
|
3151
|
-
"standards_construction_type":
|
3151
|
+
"standards_construction_type": null,
|
3152
3152
|
"insulation_layer": null,
|
3153
3153
|
"skylight_framing": null,
|
3154
3154
|
"materials": [
|
3155
|
-
"
|
3155
|
+
"U 0.65 SHGC 0.55 Simple Glazing"
|
3156
3156
|
]
|
3157
3157
|
},
|
3158
3158
|
{
|
3159
|
-
"name": "U 0.65 SHGC 0.68 Simple Glazing
|
3159
|
+
"name": "U 0.65 SHGC 0.68 Simple Glazing",
|
3160
3160
|
"intended_surface_type": "Skylight",
|
3161
|
-
"standards_construction_type":
|
3161
|
+
"standards_construction_type": null,
|
3162
3162
|
"insulation_layer": null,
|
3163
3163
|
"skylight_framing": null,
|
3164
3164
|
"materials": [
|
3165
|
-
"
|
3165
|
+
"U 0.65 SHGC 0.68 Simple Glazing"
|
3166
3166
|
]
|
3167
3167
|
},
|
3168
3168
|
{
|
3169
|
-
"name": "U 0.65 SHGC 0.77 Simple Glazing
|
3169
|
+
"name": "U 0.65 SHGC 0.77 Simple Glazing",
|
3170
3170
|
"intended_surface_type": "Skylight",
|
3171
|
-
"standards_construction_type":
|
3171
|
+
"standards_construction_type": null,
|
3172
3172
|
"insulation_layer": null,
|
3173
3173
|
"skylight_framing": null,
|
3174
3174
|
"materials": [
|
3175
|
-
"
|
3175
|
+
"U 0.65 SHGC 0.77 Simple Glazing"
|
3176
3176
|
]
|
3177
3177
|
},
|
3178
3178
|
{
|
@@ -3186,143 +3186,143 @@
|
|
3186
3186
|
]
|
3187
3187
|
},
|
3188
3188
|
{
|
3189
|
-
"name": "
|
3189
|
+
"name": "U 0.68 SHGC 0.23 Simple Glazing",
|
3190
3190
|
"intended_surface_type": "ExteriorWindow",
|
3191
|
-
"standards_construction_type":
|
3191
|
+
"standards_construction_type": null,
|
3192
3192
|
"insulation_layer": null,
|
3193
3193
|
"skylight_framing": null,
|
3194
3194
|
"materials": [
|
3195
|
-
"
|
3195
|
+
"U 0.68 SHGC 0.23 Simple Glazing"
|
3196
3196
|
]
|
3197
3197
|
},
|
3198
3198
|
{
|
3199
|
-
"name": "
|
3199
|
+
"name": "U 0.68 SHGC 0.25 Simple Glazing",
|
3200
3200
|
"intended_surface_type": "ExteriorWindow",
|
3201
|
-
"standards_construction_type":
|
3201
|
+
"standards_construction_type": null,
|
3202
3202
|
"insulation_layer": null,
|
3203
3203
|
"skylight_framing": null,
|
3204
3204
|
"materials": [
|
3205
|
-
"
|
3205
|
+
"U 0.68 SHGC 0.25 Simple Glazing"
|
3206
3206
|
]
|
3207
3207
|
},
|
3208
3208
|
{
|
3209
|
-
"name": "
|
3209
|
+
"name": "U 0.68 SHGC 0.36 Simple Glazing",
|
3210
3210
|
"intended_surface_type": "ExteriorWindow",
|
3211
|
-
"standards_construction_type":
|
3211
|
+
"standards_construction_type": null,
|
3212
3212
|
"insulation_layer": null,
|
3213
3213
|
"skylight_framing": null,
|
3214
3214
|
"materials": [
|
3215
|
-
"
|
3215
|
+
"U 0.68 SHGC 0.36 Simple Glazing"
|
3216
3216
|
]
|
3217
3217
|
},
|
3218
3218
|
{
|
3219
|
-
"name": "
|
3219
|
+
"name": "U 0.68 SHGC 0.38 Simple Glazing",
|
3220
3220
|
"intended_surface_type": "ExteriorWindow",
|
3221
|
-
"standards_construction_type":
|
3221
|
+
"standards_construction_type": null,
|
3222
3222
|
"insulation_layer": null,
|
3223
3223
|
"skylight_framing": null,
|
3224
3224
|
"materials": [
|
3225
|
-
"
|
3225
|
+
"U 0.68 SHGC 0.38 Simple Glazing"
|
3226
3226
|
]
|
3227
3227
|
},
|
3228
3228
|
{
|
3229
|
-
"name": "
|
3229
|
+
"name": "U 0.68 SHGC 0.4 Simple Glazing",
|
3230
3230
|
"intended_surface_type": "ExteriorWindow",
|
3231
|
-
"standards_construction_type":
|
3231
|
+
"standards_construction_type": null,
|
3232
3232
|
"insulation_layer": null,
|
3233
3233
|
"skylight_framing": null,
|
3234
3234
|
"materials": [
|
3235
|
-
"
|
3235
|
+
"U 0.68 SHGC 0.4 Simple Glazing"
|
3236
3236
|
]
|
3237
3237
|
},
|
3238
3238
|
{
|
3239
|
-
"name": "
|
3239
|
+
"name": "U 0.68 SHGC 0.45 Simple Glazing",
|
3240
3240
|
"intended_surface_type": "ExteriorWindow",
|
3241
|
-
"standards_construction_type":
|
3241
|
+
"standards_construction_type": null,
|
3242
3242
|
"insulation_layer": null,
|
3243
3243
|
"skylight_framing": null,
|
3244
3244
|
"materials": [
|
3245
|
-
"
|
3245
|
+
"U 0.68 SHGC 0.45 Simple Glazing"
|
3246
3246
|
]
|
3247
3247
|
},
|
3248
3248
|
{
|
3249
|
-
"name": "U 0.69 SHGC 0.19 Simple Glazing
|
3249
|
+
"name": "U 0.69 SHGC 0.19 Simple Glazing",
|
3250
3250
|
"intended_surface_type": null,
|
3251
3251
|
"standards_construction_type": null,
|
3252
3252
|
"insulation_layer": null,
|
3253
3253
|
"skylight_framing": null,
|
3254
3254
|
"materials": [
|
3255
|
-
"
|
3255
|
+
"U 0.69 SHGC 0.19 Simple Glazing"
|
3256
3256
|
]
|
3257
3257
|
},
|
3258
3258
|
{
|
3259
|
-
"name": "U 0.69 SHGC 0.36 Simple Glazing
|
3259
|
+
"name": "U 0.69 SHGC 0.36 Simple Glazing",
|
3260
3260
|
"intended_surface_type": null,
|
3261
3261
|
"standards_construction_type": null,
|
3262
3262
|
"insulation_layer": null,
|
3263
3263
|
"skylight_framing": null,
|
3264
3264
|
"materials": [
|
3265
|
-
"
|
3265
|
+
"U 0.69 SHGC 0.36 Simple Glazing"
|
3266
3266
|
]
|
3267
3267
|
},
|
3268
3268
|
{
|
3269
|
-
"name": "U 0.69 SHGC 0.39 Simple Glazing
|
3269
|
+
"name": "U 0.69 SHGC 0.39 Simple Glazing",
|
3270
3270
|
"intended_surface_type": null,
|
3271
3271
|
"standards_construction_type": null,
|
3272
3272
|
"insulation_layer": null,
|
3273
3273
|
"skylight_framing": null,
|
3274
3274
|
"materials": [
|
3275
|
-
"
|
3275
|
+
"U 0.69 SHGC 0.39 Simple Glazing"
|
3276
3276
|
]
|
3277
3277
|
},
|
3278
3278
|
{
|
3279
|
-
"name": "U 0.69 SHGC 0.49 Simple Glazing
|
3279
|
+
"name": "U 0.69 SHGC 0.49 Simple Glazing",
|
3280
3280
|
"intended_surface_type": null,
|
3281
3281
|
"standards_construction_type": null,
|
3282
3282
|
"insulation_layer": null,
|
3283
3283
|
"skylight_framing": null,
|
3284
3284
|
"materials": [
|
3285
|
-
"
|
3285
|
+
"U 0.69 SHGC 0.49 Simple Glazing"
|
3286
3286
|
]
|
3287
3287
|
},
|
3288
3288
|
{
|
3289
|
-
"name": "U 0.69 SHGC 0.64 Simple Glazing
|
3289
|
+
"name": "U 0.69 SHGC 0.64 Simple Glazing",
|
3290
3290
|
"intended_surface_type": null,
|
3291
3291
|
"standards_construction_type": null,
|
3292
3292
|
"insulation_layer": null,
|
3293
3293
|
"skylight_framing": null,
|
3294
3294
|
"materials": [
|
3295
|
-
"
|
3295
|
+
"U 0.69 SHGC 0.64 Simple Glazing"
|
3296
3296
|
]
|
3297
3297
|
},
|
3298
3298
|
{
|
3299
|
-
"name": "U 0.69 SHGC 0.68 Simple Glazing
|
3299
|
+
"name": "U 0.69 SHGC 0.68 Simple Glazing",
|
3300
3300
|
"intended_surface_type": null,
|
3301
3301
|
"standards_construction_type": null,
|
3302
3302
|
"insulation_layer": null,
|
3303
3303
|
"skylight_framing": null,
|
3304
3304
|
"materials": [
|
3305
|
-
"
|
3305
|
+
"U 0.69 SHGC 0.68 Simple Glazing"
|
3306
3306
|
]
|
3307
3307
|
},
|
3308
3308
|
{
|
3309
|
-
"name": "U 0.7 SHGC 0.3 Simple Glazing
|
3309
|
+
"name": "U 0.7 SHGC 0.3 Simple Glazing",
|
3310
3310
|
"intended_surface_type": "Skylight",
|
3311
3311
|
"standards_construction_type": null,
|
3312
3312
|
"insulation_layer": null,
|
3313
3313
|
"skylight_framing": null,
|
3314
3314
|
"materials": [
|
3315
|
-
"
|
3315
|
+
"U 0.7 SHGC 0.3 Simple Glazing"
|
3316
3316
|
]
|
3317
3317
|
},
|
3318
3318
|
{
|
3319
|
-
"name": "
|
3319
|
+
"name": "U 0.7 SHGC 0.3 Simple Glazing",
|
3320
3320
|
"intended_surface_type": "Skylight",
|
3321
|
-
"standards_construction_type":
|
3321
|
+
"standards_construction_type": null,
|
3322
3322
|
"insulation_layer": null,
|
3323
3323
|
"skylight_framing": null,
|
3324
3324
|
"materials": [
|
3325
|
-
"
|
3325
|
+
"U 0.7 SHGC 0.3 Simple Glazing"
|
3326
3326
|
]
|
3327
3327
|
},
|
3328
3328
|
{
|
@@ -3348,79 +3348,79 @@
|
|
3348
3348
|
]
|
3349
3349
|
},
|
3350
3350
|
{
|
3351
|
-
"name": "
|
3351
|
+
"name": "U 0.72 SHGC 0.25 Simple Glazing",
|
3352
3352
|
"intended_surface_type": "ExteriorWindow",
|
3353
3353
|
"standards_construction_type": "Metal framing (all other)",
|
3354
3354
|
"insulation_layer": null,
|
3355
3355
|
"skylight_framing": null,
|
3356
3356
|
"materials": [
|
3357
|
-
"
|
3357
|
+
"U 0.72 SHGC 0.25 Simple Glazing"
|
3358
3358
|
]
|
3359
3359
|
},
|
3360
3360
|
{
|
3361
|
-
"name": "
|
3361
|
+
"name": "U 0.72 SHGC 0.36 Simple Glazing",
|
3362
3362
|
"intended_surface_type": "ExteriorWindow",
|
3363
3363
|
"standards_construction_type": "Metal framing (all other)",
|
3364
3364
|
"insulation_layer": null,
|
3365
3365
|
"skylight_framing": null,
|
3366
3366
|
"materials": [
|
3367
|
-
"
|
3367
|
+
"U 0.72 SHGC 0.36 Simple Glazing"
|
3368
3368
|
]
|
3369
3369
|
},
|
3370
3370
|
{
|
3371
|
-
"name": "
|
3371
|
+
"name": "U 0.72 SHGC 0.39 Simple Glazing",
|
3372
3372
|
"intended_surface_type": "ExteriorWindow",
|
3373
3373
|
"standards_construction_type": "Metal framing (all other)",
|
3374
3374
|
"insulation_layer": null,
|
3375
3375
|
"skylight_framing": null,
|
3376
3376
|
"materials": [
|
3377
|
-
"
|
3377
|
+
"U 0.72 SHGC 0.39 Simple Glazing"
|
3378
3378
|
]
|
3379
3379
|
},
|
3380
3380
|
{
|
3381
|
-
"name": "
|
3381
|
+
"name": "U 0.73 SHGC 0.45 Simple Glazing",
|
3382
3382
|
"intended_surface_type": "ExteriorWindow",
|
3383
|
-
"standards_construction_type":
|
3383
|
+
"standards_construction_type": null,
|
3384
3384
|
"insulation_layer": null,
|
3385
3385
|
"skylight_framing": null,
|
3386
3386
|
"materials": [
|
3387
|
-
"
|
3387
|
+
"U 0.73 SHGC 0.45 Simple Glazing"
|
3388
3388
|
]
|
3389
3389
|
},
|
3390
3390
|
{
|
3391
|
-
"name": "U 0.74 SHGC 0.55 Simple Glazing
|
3391
|
+
"name": "U 0.74 SHGC 0.55 Simple Glazing",
|
3392
3392
|
"intended_surface_type": null,
|
3393
3393
|
"standards_construction_type": null,
|
3394
3394
|
"insulation_layer": null,
|
3395
3395
|
"skylight_framing": null,
|
3396
3396
|
"materials": [
|
3397
|
-
"
|
3397
|
+
"U 0.74 SHGC 0.55 Simple Glazing"
|
3398
3398
|
]
|
3399
3399
|
},
|
3400
3400
|
{
|
3401
|
-
"name": "U 0.74 SHGC 0.65 Simple Glazing
|
3401
|
+
"name": "U 0.74 SHGC 0.65 Simple Glazing",
|
3402
3402
|
"intended_surface_type": null,
|
3403
3403
|
"standards_construction_type": null,
|
3404
3404
|
"insulation_layer": null,
|
3405
3405
|
"skylight_framing": null,
|
3406
3406
|
"materials": [
|
3407
|
-
"
|
3407
|
+
"U 0.74 SHGC 0.65 Simple Glazing"
|
3408
3408
|
]
|
3409
3409
|
},
|
3410
3410
|
{
|
3411
|
-
"name": "U 0.75 SHGC 0.35 Simple Glazing
|
3411
|
+
"name": "U 0.75 SHGC 0.35 Simple Glazing",
|
3412
3412
|
"intended_surface_type": null,
|
3413
3413
|
"standards_construction_type": null,
|
3414
3414
|
"insulation_layer": null,
|
3415
3415
|
"skylight_framing": null,
|
3416
3416
|
"materials": [
|
3417
|
-
"
|
3417
|
+
"U 0.75 SHGC 0.35 Simple Glazing"
|
3418
3418
|
]
|
3419
3419
|
},
|
3420
3420
|
{
|
3421
|
-
"name": "
|
3421
|
+
"name": "U 0.75 SHGC 0.35 Simple Glazing",
|
3422
3422
|
"intended_surface_type": "Skylight",
|
3423
|
-
"standards_construction_type":
|
3423
|
+
"standards_construction_type": null,
|
3424
3424
|
"insulation_layer": null,
|
3425
3425
|
"skylight_framing": null,
|
3426
3426
|
"materials": [
|
@@ -3428,63 +3428,63 @@
|
|
3428
3428
|
]
|
3429
3429
|
},
|
3430
3430
|
{
|
3431
|
-
"name": "U 0.75 SHGC 0.39 Simple Glazing
|
3431
|
+
"name": "U 0.75 SHGC 0.39 Simple Glazing",
|
3432
3432
|
"intended_surface_type": "Skylight",
|
3433
|
-
"standards_construction_type":
|
3433
|
+
"standards_construction_type": null,
|
3434
3434
|
"insulation_layer": null,
|
3435
3435
|
"skylight_framing": null,
|
3436
3436
|
"materials": [
|
3437
|
-
"
|
3437
|
+
"U 0.75 SHGC 0.39 Simple Glazing"
|
3438
3438
|
]
|
3439
3439
|
},
|
3440
3440
|
{
|
3441
|
-
"name": "U 0.75 SHGC 0.49 Simple Glazing
|
3441
|
+
"name": "U 0.75 SHGC 0.49 Simple Glazing",
|
3442
3442
|
"intended_surface_type": "Skylight",
|
3443
|
-
"standards_construction_type":
|
3443
|
+
"standards_construction_type": null,
|
3444
3444
|
"insulation_layer": null,
|
3445
3445
|
"skylight_framing": null,
|
3446
3446
|
"materials": [
|
3447
|
-
"
|
3447
|
+
"U 0.75 SHGC 0.49 Simple Glazing"
|
3448
3448
|
]
|
3449
3449
|
},
|
3450
3450
|
{
|
3451
|
-
"name": "U 0.75 SHGC 0.55 Simple Glazing
|
3451
|
+
"name": "U 0.75 SHGC 0.55 Simple Glazing",
|
3452
3452
|
"intended_surface_type": "Skylight",
|
3453
|
-
"standards_construction_type":
|
3453
|
+
"standards_construction_type": null,
|
3454
3454
|
"insulation_layer": null,
|
3455
3455
|
"skylight_framing": null,
|
3456
3456
|
"materials": [
|
3457
|
-
"
|
3457
|
+
"U 0.75 SHGC 0.55 Simple Glazing"
|
3458
3458
|
]
|
3459
3459
|
},
|
3460
3460
|
{
|
3461
|
-
"name": "
|
3461
|
+
"name": "U 0.75 SHGC 0.55 Simple Glazing",
|
3462
3462
|
"intended_surface_type": "Skylight",
|
3463
|
-
"standards_construction_type":
|
3463
|
+
"standards_construction_type": null,
|
3464
3464
|
"insulation_layer": null,
|
3465
3465
|
"skylight_framing": null,
|
3466
3466
|
"materials": [
|
3467
|
-
"
|
3467
|
+
"U 0.75 SHGC 0.55 Simple Glazing"
|
3468
3468
|
]
|
3469
3469
|
},
|
3470
3470
|
{
|
3471
|
-
"name": "U 0.75 SHGC 0.64 Simple Glazing
|
3471
|
+
"name": "U 0.75 SHGC 0.64 Simple Glazing",
|
3472
3472
|
"intended_surface_type": "Skylight",
|
3473
|
-
"standards_construction_type":
|
3473
|
+
"standards_construction_type": null,
|
3474
3474
|
"insulation_layer": null,
|
3475
3475
|
"skylight_framing": null,
|
3476
3476
|
"materials": [
|
3477
|
-
"
|
3477
|
+
"U 0.75 SHGC 0.64 Simple Glazing"
|
3478
3478
|
]
|
3479
3479
|
},
|
3480
3480
|
{
|
3481
|
-
"name": "U 0.75 SHGC 0.68 Simple Glazing
|
3481
|
+
"name": "U 0.75 SHGC 0.68 Simple Glazing",
|
3482
3482
|
"intended_surface_type": "Skylight",
|
3483
|
-
"standards_construction_type":
|
3483
|
+
"standards_construction_type": null,
|
3484
3484
|
"insulation_layer": null,
|
3485
3485
|
"skylight_framing": null,
|
3486
3486
|
"materials": [
|
3487
|
-
"
|
3487
|
+
"U 0.75 SHGC 0.68 Simple Glazing"
|
3488
3488
|
]
|
3489
3489
|
},
|
3490
3490
|
{
|
@@ -3498,193 +3498,193 @@
|
|
3498
3498
|
]
|
3499
3499
|
},
|
3500
3500
|
{
|
3501
|
-
"name": "
|
3501
|
+
"name": "U 0.77 SHGC 0.23 Simple Glazing",
|
3502
3502
|
"intended_surface_type": "ExteriorWindow",
|
3503
|
-
"standards_construction_type":
|
3503
|
+
"standards_construction_type": null,
|
3504
3504
|
"insulation_layer": null,
|
3505
3505
|
"skylight_framing": null,
|
3506
3506
|
"materials": [
|
3507
|
-
"
|
3507
|
+
"U 0.77 SHGC 0.23 Simple Glazing"
|
3508
3508
|
]
|
3509
3509
|
},
|
3510
3510
|
{
|
3511
|
-
"name": "
|
3511
|
+
"name": "U 0.77 SHGC 0.25 Simple Glazing",
|
3512
3512
|
"intended_surface_type": "ExteriorWindow",
|
3513
|
-
"standards_construction_type":
|
3513
|
+
"standards_construction_type": null,
|
3514
3514
|
"insulation_layer": null,
|
3515
3515
|
"skylight_framing": null,
|
3516
3516
|
"materials": [
|
3517
|
-
"
|
3517
|
+
"U 0.77 SHGC 0.25 Simple Glazing"
|
3518
3518
|
]
|
3519
3519
|
},
|
3520
3520
|
{
|
3521
|
-
"name": "
|
3521
|
+
"name": "U 0.77 SHGC 0.45 Simple Glazing",
|
3522
3522
|
"intended_surface_type": "ExteriorWindow",
|
3523
|
-
"standards_construction_type":
|
3523
|
+
"standards_construction_type": null,
|
3524
3524
|
"insulation_layer": null,
|
3525
3525
|
"skylight_framing": null,
|
3526
3526
|
"materials": [
|
3527
|
-
"
|
3527
|
+
"U 0.77 SHGC 0.45 Simple Glazing"
|
3528
3528
|
]
|
3529
3529
|
},
|
3530
3530
|
{
|
3531
|
-
"name": "U 0.81 SHGC 0.65 Simple Glazing
|
3531
|
+
"name": "U 0.81 SHGC 0.65 Simple Glazing",
|
3532
3532
|
"intended_surface_type": null,
|
3533
3533
|
"standards_construction_type": null,
|
3534
3534
|
"insulation_layer": null,
|
3535
3535
|
"skylight_framing": null,
|
3536
3536
|
"materials": [
|
3537
|
-
"
|
3537
|
+
"U 0.81 SHGC 0.65 Simple Glazing"
|
3538
3538
|
]
|
3539
3539
|
},
|
3540
3540
|
{
|
3541
|
-
"name": "
|
3541
|
+
"name": "U 0.83 SHGC 0.2 Simple Glazing",
|
3542
3542
|
"intended_surface_type": "ExteriorWindow",
|
3543
3543
|
"standards_construction_type": null,
|
3544
3544
|
"insulation_layer": null,
|
3545
3545
|
"skylight_framing": null,
|
3546
3546
|
"materials": [
|
3547
|
-
"
|
3547
|
+
"U 0.83 SHGC 0.2 Simple Glazing"
|
3548
3548
|
]
|
3549
3549
|
},
|
3550
3550
|
{
|
3551
|
-
"name": "
|
3551
|
+
"name": "U 0.83 SHGC 0.21 Simple Glazing",
|
3552
3552
|
"intended_surface_type": "ExteriorWindow",
|
3553
3553
|
"standards_construction_type": null,
|
3554
3554
|
"insulation_layer": null,
|
3555
3555
|
"skylight_framing": null,
|
3556
3556
|
"materials": [
|
3557
|
-
"
|
3557
|
+
"U 0.83 SHGC 0.21 Simple Glazing"
|
3558
3558
|
]
|
3559
3559
|
},
|
3560
3560
|
{
|
3561
|
-
"name": "
|
3561
|
+
"name": "U 0.83 SHGC 0.22 Simple Glazing",
|
3562
3562
|
"intended_surface_type": "ExteriorWindow",
|
3563
3563
|
"standards_construction_type": null,
|
3564
3564
|
"insulation_layer": null,
|
3565
3565
|
"skylight_framing": null,
|
3566
3566
|
"materials": [
|
3567
|
-
"
|
3567
|
+
"U 0.83 SHGC 0.22 Simple Glazing"
|
3568
3568
|
]
|
3569
3569
|
},
|
3570
3570
|
{
|
3571
|
-
"name": "
|
3571
|
+
"name": "U 0.83 SHGC 0.25 Simple Glazing",
|
3572
3572
|
"intended_surface_type": "ExteriorWindow",
|
3573
|
-
"standards_construction_type":
|
3573
|
+
"standards_construction_type": null,
|
3574
3574
|
"insulation_layer": null,
|
3575
3575
|
"skylight_framing": null,
|
3576
3576
|
"materials": [
|
3577
|
-
"
|
3577
|
+
"U 0.83 SHGC 0.25 Simple Glazing"
|
3578
3578
|
]
|
3579
3579
|
},
|
3580
3580
|
{
|
3581
|
-
"name": "
|
3581
|
+
"name": "U 0.83 SHGC 0.45 Simple Glazing",
|
3582
3582
|
"intended_surface_type": "ExteriorWindow",
|
3583
|
-
"standards_construction_type":
|
3583
|
+
"standards_construction_type": null,
|
3584
3584
|
"insulation_layer": null,
|
3585
3585
|
"skylight_framing": null,
|
3586
3586
|
"materials": [
|
3587
|
-
"
|
3587
|
+
"U 0.83 SHGC 0.45 Simple Glazing"
|
3588
3588
|
]
|
3589
3589
|
},
|
3590
3590
|
{
|
3591
|
-
"name": "U 0.85 SHGC 0.19 Simple Glazing
|
3591
|
+
"name": "U 0.85 SHGC 0.19 Simple Glazing",
|
3592
3592
|
"intended_surface_type": "Skylight",
|
3593
|
-
"standards_construction_type":
|
3593
|
+
"standards_construction_type": null,
|
3594
3594
|
"insulation_layer": null,
|
3595
3595
|
"skylight_framing": null,
|
3596
3596
|
"materials": [
|
3597
|
-
"
|
3597
|
+
"U 0.85 SHGC 0.19 Simple Glazing"
|
3598
3598
|
]
|
3599
3599
|
},
|
3600
3600
|
{
|
3601
|
-
"name": "U 0.85 SHGC 0.27 Simple Glazing
|
3601
|
+
"name": "U 0.85 SHGC 0.27 Simple Glazing",
|
3602
3602
|
"intended_surface_type": "Skylight",
|
3603
|
-
"standards_construction_type":
|
3603
|
+
"standards_construction_type": null,
|
3604
3604
|
"insulation_layer": null,
|
3605
3605
|
"skylight_framing": null,
|
3606
3606
|
"materials": [
|
3607
|
-
"
|
3607
|
+
"U 0.85 SHGC 0.27 Simple Glazing"
|
3608
3608
|
]
|
3609
3609
|
},
|
3610
3610
|
{
|
3611
|
-
"name": "U 0.85 SHGC 0.39 Simple Glazing
|
3611
|
+
"name": "U 0.85 SHGC 0.39 Simple Glazing",
|
3612
3612
|
"intended_surface_type": "Skylight",
|
3613
|
-
"standards_construction_type":
|
3613
|
+
"standards_construction_type": null,
|
3614
3614
|
"insulation_layer": null,
|
3615
3615
|
"skylight_framing": null,
|
3616
3616
|
"materials": [
|
3617
|
-
"
|
3617
|
+
"U 0.85 SHGC 0.39 Simple Glazing"
|
3618
3618
|
]
|
3619
3619
|
},
|
3620
3620
|
{
|
3621
|
-
"name": "U 0.85 SHGC 0.55 Simple Glazing
|
3621
|
+
"name": "U 0.85 SHGC 0.55 Simple Glazing",
|
3622
3622
|
"intended_surface_type": "Skylight",
|
3623
|
-
"standards_construction_type":
|
3623
|
+
"standards_construction_type": null,
|
3624
3624
|
"insulation_layer": null,
|
3625
3625
|
"skylight_framing": null,
|
3626
3626
|
"materials": [
|
3627
|
-
"
|
3627
|
+
"U 0.85 SHGC 0.55 Simple Glazing"
|
3628
3628
|
]
|
3629
3629
|
},
|
3630
3630
|
{
|
3631
|
-
"name": "
|
3631
|
+
"name": "U 0.85 SHGC 0.55 Simple Glazing",
|
3632
3632
|
"intended_surface_type": "Skylight",
|
3633
|
-
"standards_construction_type":
|
3633
|
+
"standards_construction_type": null,
|
3634
3634
|
"insulation_layer": null,
|
3635
3635
|
"skylight_framing": null,
|
3636
3636
|
"materials": [
|
3637
|
-
"
|
3637
|
+
"U 0.85 SHGC 0.55 Simple Glazing"
|
3638
3638
|
]
|
3639
3639
|
},
|
3640
3640
|
{
|
3641
|
-
"name": "U 0.85 SHGC 0.65 Simple Glazing
|
3641
|
+
"name": "U 0.85 SHGC 0.65 Simple Glazing",
|
3642
3642
|
"intended_surface_type": null,
|
3643
3643
|
"standards_construction_type": null,
|
3644
3644
|
"insulation_layer": null,
|
3645
3645
|
"skylight_framing": null,
|
3646
3646
|
"materials": [
|
3647
|
-
"
|
3647
|
+
"U 0.85 SHGC 0.65 Simple Glazing"
|
3648
3648
|
]
|
3649
3649
|
},
|
3650
3650
|
{
|
3651
|
-
"name": "
|
3651
|
+
"name": "U 0.87 SHGC 0.45 Simple Glazing",
|
3652
3652
|
"intended_surface_type": "ExteriorWindow",
|
3653
|
-
"standards_construction_type":
|
3653
|
+
"standards_construction_type": null,
|
3654
3654
|
"insulation_layer": null,
|
3655
3655
|
"skylight_framing": null,
|
3656
3656
|
"materials": [
|
3657
|
-
"
|
3657
|
+
"U 0.87 SHGC 0.45 Simple Glazing"
|
3658
3658
|
]
|
3659
3659
|
},
|
3660
3660
|
{
|
3661
|
-
"name": "U 0.87 SHGC 0.58 Simple Glazing
|
3661
|
+
"name": "U 0.87 SHGC 0.58 Simple Glazing",
|
3662
3662
|
"intended_surface_type": null,
|
3663
3663
|
"standards_construction_type": null,
|
3664
3664
|
"insulation_layer": null,
|
3665
3665
|
"skylight_framing": null,
|
3666
3666
|
"materials": [
|
3667
|
-
"
|
3667
|
+
"U 0.87 SHGC 0.58 Simple Glazing"
|
3668
3668
|
]
|
3669
3669
|
},
|
3670
3670
|
{
|
3671
|
-
"name": "U 0.87 SHGC 0.71 Simple Glazing
|
3671
|
+
"name": "U 0.87 SHGC 0.71 Simple Glazing",
|
3672
3672
|
"intended_surface_type": null,
|
3673
3673
|
"standards_construction_type": null,
|
3674
3674
|
"insulation_layer": null,
|
3675
3675
|
"skylight_framing": null,
|
3676
3676
|
"materials": [
|
3677
|
-
"
|
3677
|
+
"U 0.87 SHGC 0.71 Simple Glazing"
|
3678
3678
|
]
|
3679
3679
|
},
|
3680
3680
|
{
|
3681
|
-
"name": "U 0.87 SHGC 0.77 Simple Glazing
|
3681
|
+
"name": "U 0.87 SHGC 0.77 Simple Glazing",
|
3682
3682
|
"intended_surface_type": null,
|
3683
3683
|
"standards_construction_type": null,
|
3684
3684
|
"insulation_layer": null,
|
3685
3685
|
"skylight_framing": null,
|
3686
3686
|
"materials": [
|
3687
|
-
"
|
3687
|
+
"U 0.87 SHGC 0.77 Simple Glazing"
|
3688
3688
|
]
|
3689
3689
|
},
|
3690
3690
|
{
|
@@ -3708,59 +3708,59 @@
|
|
3708
3708
|
]
|
3709
3709
|
},
|
3710
3710
|
{
|
3711
|
-
"name": "
|
3711
|
+
"name": "U 0.9 SHGC 0.55 Simple Glazing",
|
3712
3712
|
"intended_surface_type": "Skylight",
|
3713
|
-
"standards_construction_type":
|
3713
|
+
"standards_construction_type": null,
|
3714
3714
|
"insulation_layer": null,
|
3715
3715
|
"skylight_framing": null,
|
3716
3716
|
"materials": [
|
3717
|
-
"
|
3717
|
+
"U 0.9 SHGC 0.55 Simple Glazing"
|
3718
3718
|
]
|
3719
3719
|
},
|
3720
3720
|
{
|
3721
|
-
"name": "
|
3721
|
+
"name": "U 0.93 SHGC 0.45 Simple Glazing",
|
3722
3722
|
"intended_surface_type": "ExteriorWindow",
|
3723
|
-
"standards_construction_type":
|
3723
|
+
"standards_construction_type": null,
|
3724
3724
|
"insulation_layer": null,
|
3725
3725
|
"skylight_framing": null,
|
3726
3726
|
"materials": [
|
3727
|
-
"
|
3727
|
+
"U 0.93 SHGC 0.45 Simple Glazing"
|
3728
3728
|
]
|
3729
3729
|
},
|
3730
3730
|
{
|
3731
|
-
"name": "U 0.98 SHGC 0.19 Simple Glazing
|
3731
|
+
"name": "U 0.98 SHGC 0.19 Simple Glazing",
|
3732
3732
|
"intended_surface_type": null,
|
3733
3733
|
"standards_construction_type": null,
|
3734
3734
|
"insulation_layer": null,
|
3735
3735
|
"skylight_framing": null,
|
3736
3736
|
"materials": [
|
3737
|
-
"
|
3737
|
+
"U 0.98 SHGC 0.19 Simple Glazing"
|
3738
3738
|
]
|
3739
3739
|
},
|
3740
3740
|
{
|
3741
|
-
"name": "U 0.98 SHGC 0.27 Simple Glazing
|
3741
|
+
"name": "U 0.98 SHGC 0.27 Simple Glazing",
|
3742
3742
|
"intended_surface_type": "Skylight",
|
3743
|
-
"standards_construction_type":
|
3743
|
+
"standards_construction_type": null,
|
3744
3744
|
"insulation_layer": null,
|
3745
3745
|
"skylight_framing": null,
|
3746
3746
|
"materials": [
|
3747
|
-
"
|
3747
|
+
"U 0.98 SHGC 0.27 Simple Glazing"
|
3748
3748
|
]
|
3749
3749
|
},
|
3750
3750
|
{
|
3751
|
-
"name": "U 0.98 SHGC 0.36 Simple Glazing
|
3751
|
+
"name": "U 0.98 SHGC 0.36 Simple Glazing",
|
3752
3752
|
"intended_surface_type": null,
|
3753
3753
|
"standards_construction_type": null,
|
3754
3754
|
"insulation_layer": null,
|
3755
3755
|
"skylight_framing": null,
|
3756
3756
|
"materials": [
|
3757
|
-
"
|
3757
|
+
"U 0.98 SHGC 0.36 Simple Glazing"
|
3758
3758
|
]
|
3759
3759
|
},
|
3760
3760
|
{
|
3761
|
-
"name": "U 0.98 SHGC 0.36 Simple Glazing
|
3761
|
+
"name": "U 0.98 SHGC 0.36 Simple Glazing Weighted",
|
3762
3762
|
"intended_surface_type": "Skylight",
|
3763
|
-
"standards_construction_type":
|
3763
|
+
"standards_construction_type": null,
|
3764
3764
|
"insulation_layer": null,
|
3765
3765
|
"skylight_framing": null,
|
3766
3766
|
"materials": [
|
@@ -3778,23 +3778,23 @@
|
|
3778
3778
|
]
|
3779
3779
|
},
|
3780
3780
|
{
|
3781
|
-
"name": "U 0.98 SHGC 0.55 Simple Glazing
|
3781
|
+
"name": "U 0.98 SHGC 0.55 Simple Glazing",
|
3782
3782
|
"intended_surface_type": "Skylight",
|
3783
|
-
"standards_construction_type":
|
3783
|
+
"standards_construction_type": null,
|
3784
3784
|
"insulation_layer": null,
|
3785
3785
|
"skylight_framing": null,
|
3786
3786
|
"materials": [
|
3787
|
-
"
|
3787
|
+
"U 0.98 SHGC 0.55 Simple Glazing"
|
3788
3788
|
]
|
3789
3789
|
},
|
3790
3790
|
{
|
3791
|
-
"name": "
|
3791
|
+
"name": "U 0.98 SHGC 0.55 Simple Glazing",
|
3792
3792
|
"intended_surface_type": "Skylight",
|
3793
|
-
"standards_construction_type":
|
3793
|
+
"standards_construction_type": null,
|
3794
3794
|
"insulation_layer": null,
|
3795
3795
|
"skylight_framing": null,
|
3796
3796
|
"materials": [
|
3797
|
-
"
|
3797
|
+
"U 0.98 SHGC 0.55 Simple Glazing"
|
3798
3798
|
]
|
3799
3799
|
},
|
3800
3800
|
{
|
@@ -3808,93 +3808,93 @@
|
|
3808
3808
|
]
|
3809
3809
|
},
|
3810
3810
|
{
|
3811
|
-
"name": "
|
3811
|
+
"name": "U 1.1 SHGC 0.25 Simple Glazing",
|
3812
3812
|
"intended_surface_type": "ExteriorWindow",
|
3813
|
-
"standards_construction_type":
|
3813
|
+
"standards_construction_type": null,
|
3814
3814
|
"insulation_layer": null,
|
3815
3815
|
"skylight_framing": null,
|
3816
3816
|
"materials": [
|
3817
|
-
"
|
3817
|
+
"U 1.1 SHGC 0.25 Simple Glazing"
|
3818
3818
|
]
|
3819
3819
|
},
|
3820
3820
|
{
|
3821
|
-
"name": "
|
3821
|
+
"name": "U 1.1 SHGC 0.45 Simple Glazing",
|
3822
3822
|
"intended_surface_type": "ExteriorWindow",
|
3823
|
-
"standards_construction_type":
|
3823
|
+
"standards_construction_type": null,
|
3824
3824
|
"insulation_layer": null,
|
3825
3825
|
"skylight_framing": null,
|
3826
3826
|
"materials": [
|
3827
|
-
"
|
3827
|
+
"U 1.1 SHGC 0.45 Simple Glazing"
|
3828
3828
|
]
|
3829
3829
|
},
|
3830
3830
|
{
|
3831
|
-
"name": "U 1.10 SHGC 0.62 Simple Glazing
|
3831
|
+
"name": "U 1.10 SHGC 0.62 Simple Glazing",
|
3832
3832
|
"intended_surface_type": null,
|
3833
3833
|
"standards_construction_type": null,
|
3834
3834
|
"insulation_layer": null,
|
3835
3835
|
"skylight_framing": null,
|
3836
3836
|
"materials": [
|
3837
|
-
"
|
3837
|
+
"U 1.10 SHGC 0.62 Simple Glazing"
|
3838
3838
|
]
|
3839
3839
|
},
|
3840
3840
|
{
|
3841
|
-
"name": "U 1.10 SHGC 0.77 Simple Glazing
|
3841
|
+
"name": "U 1.10 SHGC 0.77 Simple Glazing",
|
3842
3842
|
"intended_surface_type": null,
|
3843
3843
|
"standards_construction_type": null,
|
3844
3844
|
"insulation_layer": null,
|
3845
3845
|
"skylight_framing": null,
|
3846
3846
|
"materials": [
|
3847
|
-
"
|
3847
|
+
"U 1.10 SHGC 0.77 Simple Glazing"
|
3848
3848
|
]
|
3849
3849
|
},
|
3850
3850
|
{
|
3851
|
-
"name": "U 1.15 SHGC 0.55 Simple Glazing
|
3851
|
+
"name": "U 1.15 SHGC 0.55 Simple Glazing",
|
3852
3852
|
"intended_surface_type": "Skylight",
|
3853
|
-
"standards_construction_type":
|
3853
|
+
"standards_construction_type": null,
|
3854
3854
|
"insulation_layer": null,
|
3855
3855
|
"skylight_framing": null,
|
3856
3856
|
"materials": [
|
3857
|
-
"
|
3857
|
+
"U 1.15 SHGC 0.55 Simple Glazing"
|
3858
3858
|
]
|
3859
3859
|
},
|
3860
3860
|
{
|
3861
|
-
"name": "
|
3861
|
+
"name": "U 1.15 SHGC 0.55 Simple Glazing",
|
3862
3862
|
"intended_surface_type": "Skylight",
|
3863
|
-
"standards_construction_type":
|
3863
|
+
"standards_construction_type": null,
|
3864
3864
|
"insulation_layer": null,
|
3865
3865
|
"skylight_framing": null,
|
3866
3866
|
"materials": [
|
3867
|
-
"
|
3867
|
+
"U 1.15 SHGC 0.55 Simple Glazing"
|
3868
3868
|
]
|
3869
3869
|
},
|
3870
3870
|
{
|
3871
|
-
"name": "U 1.15 SHGC 0.77 Simple Glazing
|
3871
|
+
"name": "U 1.15 SHGC 0.77 Simple Glazing",
|
3872
3872
|
"intended_surface_type": null,
|
3873
3873
|
"standards_construction_type": null,
|
3874
3874
|
"insulation_layer": null,
|
3875
3875
|
"skylight_framing": null,
|
3876
3876
|
"materials": [
|
3877
|
-
"
|
3877
|
+
"U 1.15 SHGC 0.77 Simple Glazing"
|
3878
3878
|
]
|
3879
3879
|
},
|
3880
3880
|
{
|
3881
|
-
"name": "U 1.17 SHGC 0.19 Simple Glazing
|
3881
|
+
"name": "U 1.17 SHGC 0.19 Simple Glazing",
|
3882
3882
|
"intended_surface_type": null,
|
3883
3883
|
"standards_construction_type": null,
|
3884
3884
|
"insulation_layer": null,
|
3885
3885
|
"skylight_framing": null,
|
3886
3886
|
"materials": [
|
3887
|
-
"
|
3887
|
+
"U 1.17 SHGC 0.19 Simple Glazing"
|
3888
3888
|
]
|
3889
3889
|
},
|
3890
3890
|
{
|
3891
|
-
"name": "U 1.17 SHGC 0.36 Simple Glazing
|
3891
|
+
"name": "U 1.17 SHGC 0.36 Simple Glazing",
|
3892
3892
|
"intended_surface_type": null,
|
3893
3893
|
"standards_construction_type": null,
|
3894
3894
|
"insulation_layer": null,
|
3895
3895
|
"skylight_framing": null,
|
3896
3896
|
"materials": [
|
3897
|
-
"
|
3897
|
+
"U 1.17 SHGC 0.36 Simple Glazing"
|
3898
3898
|
]
|
3899
3899
|
},
|
3900
3900
|
{
|
@@ -3908,13 +3908,13 @@
|
|
3908
3908
|
]
|
3909
3909
|
},
|
3910
3910
|
{
|
3911
|
-
"name": "U 1.17 SHGC 0.39 Simple Glazing
|
3911
|
+
"name": "U 1.17 SHGC 0.39 Simple Glazing",
|
3912
3912
|
"intended_surface_type": null,
|
3913
3913
|
"standards_construction_type": null,
|
3914
3914
|
"insulation_layer": null,
|
3915
3915
|
"skylight_framing": null,
|
3916
3916
|
"materials": [
|
3917
|
-
"
|
3917
|
+
"U 1.17 SHGC 0.39 Simple Glazing"
|
3918
3918
|
]
|
3919
3919
|
},
|
3920
3920
|
{
|
@@ -3928,23 +3928,23 @@
|
|
3928
3928
|
]
|
3929
3929
|
},
|
3930
3930
|
{
|
3931
|
-
"name": "U 1.17 SHGC 0.49 Simple Glazing
|
3931
|
+
"name": "U 1.17 SHGC 0.49 Simple Glazing",
|
3932
3932
|
"intended_surface_type": null,
|
3933
3933
|
"standards_construction_type": null,
|
3934
3934
|
"insulation_layer": null,
|
3935
3935
|
"skylight_framing": null,
|
3936
3936
|
"materials": [
|
3937
|
-
"
|
3937
|
+
"U 1.17 SHGC 0.49 Simple Glazing"
|
3938
3938
|
]
|
3939
3939
|
},
|
3940
3940
|
{
|
3941
|
-
"name": "U 1.17 SHGC 0.64 Simple Glazing
|
3941
|
+
"name": "U 1.17 SHGC 0.64 Simple Glazing",
|
3942
3942
|
"intended_surface_type": null,
|
3943
3943
|
"standards_construction_type": null,
|
3944
3944
|
"insulation_layer": null,
|
3945
3945
|
"skylight_framing": null,
|
3946
3946
|
"materials": [
|
3947
|
-
"
|
3947
|
+
"U 1.17 SHGC 0.64 Simple Glazing"
|
3948
3948
|
]
|
3949
3949
|
},
|
3950
3950
|
{
|
@@ -3958,33 +3958,33 @@
|
|
3958
3958
|
]
|
3959
3959
|
},
|
3960
3960
|
{
|
3961
|
-
"name": "U 1.17 SHGC 0.68 Simple Glazing
|
3961
|
+
"name": "U 1.17 SHGC 0.68 Simple Glazing",
|
3962
3962
|
"intended_surface_type": null,
|
3963
3963
|
"standards_construction_type": null,
|
3964
3964
|
"insulation_layer": null,
|
3965
3965
|
"skylight_framing": null,
|
3966
3966
|
"materials": [
|
3967
|
-
"
|
3967
|
+
"U 1.17 SHGC 0.68 Simple Glazing"
|
3968
3968
|
]
|
3969
3969
|
},
|
3970
3970
|
{
|
3971
|
-
"name": "
|
3971
|
+
"name": "U 1.19 SHGC 0.45 Simple Glazing",
|
3972
3972
|
"intended_surface_type": "ExteriorWindow",
|
3973
|
-
"standards_construction_type":
|
3973
|
+
"standards_construction_type": null,
|
3974
3974
|
"insulation_layer": null,
|
3975
3975
|
"skylight_framing": null,
|
3976
3976
|
"materials": [
|
3977
|
-
"
|
3977
|
+
"U 1.19 SHGC 0.45 Simple Glazing"
|
3978
3978
|
]
|
3979
3979
|
},
|
3980
3980
|
{
|
3981
|
-
"name": "
|
3981
|
+
"name": "U 1.2 SHGC 0.45 Simple Glazing",
|
3982
3982
|
"intended_surface_type": "ExteriorWindow",
|
3983
|
-
"standards_construction_type":
|
3983
|
+
"standards_construction_type": null,
|
3984
3984
|
"insulation_layer": null,
|
3985
3985
|
"skylight_framing": null,
|
3986
3986
|
"materials": [
|
3987
|
-
"
|
3987
|
+
"U 1.2 SHGC 0.45 Simple Glazing"
|
3988
3988
|
]
|
3989
3989
|
},
|
3990
3990
|
{
|
@@ -3998,13 +3998,13 @@
|
|
3998
3998
|
]
|
3999
3999
|
},
|
4000
4000
|
{
|
4001
|
-
"name": "
|
4001
|
+
"name": "U 1.22 SHGC 0.25 Simple Glazing",
|
4002
4002
|
"intended_surface_type": "ExteriorWindow",
|
4003
4003
|
"standards_construction_type": "Metal framing (all other)",
|
4004
4004
|
"insulation_layer": null,
|
4005
4005
|
"skylight_framing": null,
|
4006
4006
|
"materials": [
|
4007
|
-
"
|
4007
|
+
"U 1.22 SHGC 0.25 Simple Glazing"
|
4008
4008
|
]
|
4009
4009
|
},
|
4010
4010
|
{
|
@@ -4028,13 +4028,13 @@
|
|
4028
4028
|
]
|
4029
4029
|
},
|
4030
4030
|
{
|
4031
|
-
"name": "
|
4031
|
+
"name": "U 1.22 SHGC 0.54 Simple Glazing",
|
4032
4032
|
"intended_surface_type": "ExteriorWindow",
|
4033
4033
|
"standards_construction_type": "Metal framing (all other)",
|
4034
4034
|
"insulation_layer": null,
|
4035
4035
|
"skylight_framing": null,
|
4036
4036
|
"materials": [
|
4037
|
-
"
|
4037
|
+
"U 1.22 SHGC 0.54 Simple Glazing"
|
4038
4038
|
]
|
4039
4039
|
},
|
4040
4040
|
{
|
@@ -4048,233 +4048,233 @@
|
|
4048
4048
|
]
|
4049
4049
|
},
|
4050
4050
|
{
|
4051
|
-
"name": "U 1.30 SHGC 0.27 Simple Glazing
|
4051
|
+
"name": "U 1.30 SHGC 0.27 Simple Glazing",
|
4052
4052
|
"intended_surface_type": null,
|
4053
4053
|
"standards_construction_type": null,
|
4054
4054
|
"insulation_layer": null,
|
4055
4055
|
"skylight_framing": null,
|
4056
4056
|
"materials": [
|
4057
|
-
"
|
4057
|
+
"U 1.30 SHGC 0.27 Simple Glazing"
|
4058
4058
|
]
|
4059
4059
|
},
|
4060
4060
|
{
|
4061
|
-
"name": "U 1.30 SHGC 0.34 Simple Glazing
|
4061
|
+
"name": "U 1.30 SHGC 0.34 Simple Glazing",
|
4062
4062
|
"intended_surface_type": null,
|
4063
4063
|
"standards_construction_type": null,
|
4064
4064
|
"insulation_layer": null,
|
4065
4065
|
"skylight_framing": null,
|
4066
4066
|
"materials": [
|
4067
|
-
"
|
4067
|
+
"U 1.30 SHGC 0.34 Simple Glazing"
|
4068
4068
|
]
|
4069
4069
|
},
|
4070
4070
|
{
|
4071
|
-
"name": "U 1.30 SHGC 0.62 Simple Glazing
|
4071
|
+
"name": "U 1.30 SHGC 0.62 Simple Glazing",
|
4072
4072
|
"intended_surface_type": null,
|
4073
4073
|
"standards_construction_type": null,
|
4074
4074
|
"insulation_layer": null,
|
4075
4075
|
"skylight_framing": null,
|
4076
4076
|
"materials": [
|
4077
|
-
"
|
4077
|
+
"U 1.30 SHGC 0.62 Simple Glazing"
|
4078
4078
|
]
|
4079
4079
|
},
|
4080
4080
|
{
|
4081
|
-
"name": "U 1.30 SHGC 0.65 Simple Glazing
|
4081
|
+
"name": "U 1.30 SHGC 0.65 Simple Glazing",
|
4082
4082
|
"intended_surface_type": null,
|
4083
4083
|
"standards_construction_type": null,
|
4084
4084
|
"insulation_layer": null,
|
4085
4085
|
"skylight_framing": null,
|
4086
4086
|
"materials": [
|
4087
|
-
"
|
4087
|
+
"U 1.30 SHGC 0.65 Simple Glazing"
|
4088
4088
|
]
|
4089
4089
|
},
|
4090
4090
|
{
|
4091
|
-
"name": "U 1.36 SHGC 0.19 Simple Glazing
|
4091
|
+
"name": "U 1.36 SHGC 0.19 Simple Glazing",
|
4092
4092
|
"intended_surface_type": null,
|
4093
4093
|
"standards_construction_type": null,
|
4094
4094
|
"insulation_layer": null,
|
4095
4095
|
"skylight_framing": null,
|
4096
4096
|
"materials": [
|
4097
|
-
"
|
4097
|
+
"U 1.36 SHGC 0.19 Simple Glazing"
|
4098
4098
|
]
|
4099
4099
|
},
|
4100
4100
|
{
|
4101
|
-
"name": "U 1.36 SHGC 0.36 Simple Glazing
|
4101
|
+
"name": "U 1.36 SHGC 0.36 Simple Glazing",
|
4102
4102
|
"intended_surface_type": null,
|
4103
4103
|
"standards_construction_type": null,
|
4104
4104
|
"insulation_layer": null,
|
4105
4105
|
"skylight_framing": null,
|
4106
4106
|
"materials": [
|
4107
|
-
"
|
4107
|
+
"U 1.36 SHGC 0.36 Simple Glazing"
|
4108
4108
|
]
|
4109
4109
|
},
|
4110
4110
|
{
|
4111
|
-
"name": "U 1.36 SHGC 0.39 Simple Glazing
|
4111
|
+
"name": "U 1.36 SHGC 0.39 Simple Glazing",
|
4112
4112
|
"intended_surface_type": null,
|
4113
4113
|
"standards_construction_type": null,
|
4114
4114
|
"insulation_layer": null,
|
4115
4115
|
"skylight_framing": null,
|
4116
4116
|
"materials": [
|
4117
|
-
"
|
4117
|
+
"U 1.36 SHGC 0.39 Simple Glazing"
|
4118
4118
|
]
|
4119
4119
|
},
|
4120
4120
|
{
|
4121
|
-
"name": "U 1.36 SHGC 0.61 Simple Glazing
|
4121
|
+
"name": "U 1.36 SHGC 0.61 Simple Glazing",
|
4122
4122
|
"intended_surface_type": null,
|
4123
4123
|
"standards_construction_type": null,
|
4124
4124
|
"insulation_layer": null,
|
4125
4125
|
"skylight_framing": null,
|
4126
4126
|
"materials": [
|
4127
|
-
"
|
4127
|
+
"U 1.36 SHGC 0.61 Simple Glazing"
|
4128
4128
|
]
|
4129
4129
|
},
|
4130
4130
|
{
|
4131
|
-
"name": "U 1.7 SHGC 0.55 Simple Glazing
|
4131
|
+
"name": "U 1.7 SHGC 0.55 Simple Glazing",
|
4132
4132
|
"intended_surface_type": "Skylight",
|
4133
|
-
"standards_construction_type":
|
4133
|
+
"standards_construction_type": null,
|
4134
4134
|
"insulation_layer": null,
|
4135
4135
|
"skylight_framing": null,
|
4136
4136
|
"materials": [
|
4137
|
-
"
|
4137
|
+
"U 1.7 SHGC 0.55 Simple Glazing"
|
4138
4138
|
]
|
4139
4139
|
},
|
4140
4140
|
{
|
4141
|
-
"name": "
|
4141
|
+
"name": "U 1.7 SHGC 0.55 Simple Glazing",
|
4142
4142
|
"intended_surface_type": "Skylight",
|
4143
|
-
"standards_construction_type":
|
4143
|
+
"standards_construction_type": null,
|
4144
4144
|
"insulation_layer": null,
|
4145
4145
|
"skylight_framing": null,
|
4146
4146
|
"materials": [
|
4147
|
-
"
|
4147
|
+
"U 1.7 SHGC 0.55 Simple Glazing"
|
4148
4148
|
]
|
4149
4149
|
},
|
4150
4150
|
{
|
4151
|
-
"name": "U 1.70 SHGC 0.36 Simple Glazing
|
4151
|
+
"name": "U 1.70 SHGC 0.36 Simple Glazing",
|
4152
4152
|
"intended_surface_type": null,
|
4153
4153
|
"standards_construction_type": null,
|
4154
4154
|
"insulation_layer": null,
|
4155
4155
|
"skylight_framing": null,
|
4156
4156
|
"materials": [
|
4157
|
-
"
|
4157
|
+
"U 1.70 SHGC 0.36 Simple Glazing"
|
4158
4158
|
]
|
4159
4159
|
},
|
4160
4160
|
{
|
4161
|
-
"name": "U 1.8 SHGC 0.49 Simple Glazing
|
4161
|
+
"name": "U 1.8 SHGC 0.49 Simple Glazing",
|
4162
4162
|
"intended_surface_type": "Skylight",
|
4163
|
-
"standards_construction_type":
|
4163
|
+
"standards_construction_type": null,
|
4164
4164
|
"insulation_layer": null,
|
4165
4165
|
"skylight_framing": null,
|
4166
4166
|
"materials": [
|
4167
|
-
"
|
4167
|
+
"U 1.8 SHGC 0.49 Simple Glazing"
|
4168
4168
|
]
|
4169
4169
|
},
|
4170
4170
|
{
|
4171
|
-
"name": "U 1.8 SHGC 0.55 Simple Glazing
|
4171
|
+
"name": "U 1.8 SHGC 0.55 Simple Glazing",
|
4172
4172
|
"intended_surface_type": "Skylight",
|
4173
|
-
"standards_construction_type":
|
4173
|
+
"standards_construction_type": null,
|
4174
4174
|
"insulation_layer": null,
|
4175
4175
|
"skylight_framing": null,
|
4176
4176
|
"materials": [
|
4177
|
-
"
|
4177
|
+
"U 1.8 SHGC 0.55 Simple Glazing"
|
4178
4178
|
]
|
4179
4179
|
},
|
4180
4180
|
{
|
4181
|
-
"name": "
|
4181
|
+
"name": "U 1.8 SHGC 0.55 Simple Glazing",
|
4182
4182
|
"intended_surface_type": "Skylight",
|
4183
|
-
"standards_construction_type":
|
4183
|
+
"standards_construction_type": null,
|
4184
4184
|
"insulation_layer": null,
|
4185
4185
|
"skylight_framing": null,
|
4186
4186
|
"materials": [
|
4187
|
-
"
|
4187
|
+
"U 1.8 SHGC 0.55 Simple Glazing"
|
4188
4188
|
]
|
4189
4189
|
},
|
4190
4190
|
{
|
4191
|
-
"name": "U 1.8 SHGC 0.64 Simple Glazing
|
4191
|
+
"name": "U 1.8 SHGC 0.64 Simple Glazing",
|
4192
4192
|
"intended_surface_type": "Skylight",
|
4193
|
-
"standards_construction_type":
|
4193
|
+
"standards_construction_type": null,
|
4194
4194
|
"insulation_layer": null,
|
4195
4195
|
"skylight_framing": null,
|
4196
4196
|
"materials": [
|
4197
|
-
"
|
4197
|
+
"U 1.8 SHGC 0.64 Simple Glazing"
|
4198
4198
|
]
|
4199
4199
|
},
|
4200
4200
|
{
|
4201
|
-
"name": "U 1.8 SHGC 0.77 Simple Glazing
|
4201
|
+
"name": "U 1.8 SHGC 0.77 Simple Glazing",
|
4202
4202
|
"intended_surface_type": "Skylight",
|
4203
|
-
"standards_construction_type":
|
4203
|
+
"standards_construction_type": null,
|
4204
4204
|
"insulation_layer": null,
|
4205
4205
|
"skylight_framing": null,
|
4206
4206
|
"materials": [
|
4207
|
-
"
|
4207
|
+
"U 1.8 SHGC 0.77 Simple Glazing"
|
4208
4208
|
]
|
4209
4209
|
},
|
4210
4210
|
{
|
4211
|
-
"name": "U 1.80 SHGC 0.36 Simple Glazing
|
4211
|
+
"name": "U 1.80 SHGC 0.36 Simple Glazing",
|
4212
4212
|
"intended_surface_type": null,
|
4213
4213
|
"standards_construction_type": null,
|
4214
4214
|
"insulation_layer": null,
|
4215
4215
|
"skylight_framing": null,
|
4216
4216
|
"materials": [
|
4217
|
-
"
|
4217
|
+
"U 1.80 SHGC 0.36 Simple Glazing"
|
4218
4218
|
]
|
4219
4219
|
},
|
4220
4220
|
{
|
4221
|
-
"name": "U 1.90 SHGC 0.27 Simple Glazing
|
4221
|
+
"name": "U 1.90 SHGC 0.27 Simple Glazing",
|
4222
4222
|
"intended_surface_type": null,
|
4223
4223
|
"standards_construction_type": null,
|
4224
4224
|
"insulation_layer": null,
|
4225
4225
|
"skylight_framing": null,
|
4226
4226
|
"materials": [
|
4227
|
-
"
|
4227
|
+
"U 1.90 SHGC 0.27 Simple Glazing"
|
4228
4228
|
]
|
4229
4229
|
},
|
4230
4230
|
{
|
4231
|
-
"name": "U 1.90 SHGC 0.34 Simple Glazing
|
4231
|
+
"name": "U 1.90 SHGC 0.34 Simple Glazing",
|
4232
4232
|
"intended_surface_type": null,
|
4233
4233
|
"standards_construction_type": null,
|
4234
4234
|
"insulation_layer": null,
|
4235
4235
|
"skylight_framing": null,
|
4236
4236
|
"materials": [
|
4237
|
-
"
|
4237
|
+
"U 1.90 SHGC 0.34 Simple Glazing"
|
4238
4238
|
]
|
4239
4239
|
},
|
4240
4240
|
{
|
4241
|
-
"name": "U 1.90 SHGC 0.39 Simple Glazing
|
4241
|
+
"name": "U 1.90 SHGC 0.39 Simple Glazing",
|
4242
4242
|
"intended_surface_type": null,
|
4243
4243
|
"standards_construction_type": null,
|
4244
4244
|
"insulation_layer": null,
|
4245
4245
|
"skylight_framing": null,
|
4246
4246
|
"materials": [
|
4247
|
-
"
|
4247
|
+
"U 1.90 SHGC 0.39 Simple Glazing"
|
4248
4248
|
]
|
4249
4249
|
},
|
4250
4250
|
{
|
4251
|
-
"name": "U 1.90 SHGC 0.65 Simple Glazing
|
4251
|
+
"name": "U 1.90 SHGC 0.65 Simple Glazing",
|
4252
4252
|
"intended_surface_type": null,
|
4253
4253
|
"standards_construction_type": null,
|
4254
4254
|
"insulation_layer": null,
|
4255
4255
|
"skylight_framing": null,
|
4256
4256
|
"materials": [
|
4257
|
-
"
|
4257
|
+
"U 1.90 SHGC 0.65 Simple Glazing"
|
4258
4258
|
]
|
4259
4259
|
},
|
4260
4260
|
{
|
4261
|
-
"name": "U 1.98 SHGC 0.16 Simple Glazing
|
4261
|
+
"name": "U 1.98 SHGC 0.16 Simple Glazing",
|
4262
4262
|
"intended_surface_type": null,
|
4263
4263
|
"standards_construction_type": null,
|
4264
4264
|
"insulation_layer": null,
|
4265
4265
|
"skylight_framing": null,
|
4266
4266
|
"materials": [
|
4267
|
-
"
|
4267
|
+
"U 1.98 SHGC 0.16 Simple Glazing"
|
4268
4268
|
]
|
4269
4269
|
},
|
4270
4270
|
{
|
4271
|
-
"name": "U 1.98 SHGC 0.19 Simple Glazing
|
4271
|
+
"name": "U 1.98 SHGC 0.19 Simple Glazing",
|
4272
4272
|
"intended_surface_type": null,
|
4273
4273
|
"standards_construction_type": null,
|
4274
4274
|
"insulation_layer": null,
|
4275
4275
|
"skylight_framing": null,
|
4276
4276
|
"materials": [
|
4277
|
-
"
|
4277
|
+
"U 1.98 SHGC 0.19 Simple Glazing"
|
4278
4278
|
]
|
4279
4279
|
},
|
4280
4280
|
{
|
@@ -4288,23 +4288,23 @@
|
|
4288
4288
|
]
|
4289
4289
|
},
|
4290
4290
|
{
|
4291
|
-
"name": "U 1.98 SHGC 0.36 Simple Glazing
|
4291
|
+
"name": "U 1.98 SHGC 0.36 Simple Glazing",
|
4292
4292
|
"intended_surface_type": null,
|
4293
4293
|
"standards_construction_type": null,
|
4294
4294
|
"insulation_layer": null,
|
4295
4295
|
"skylight_framing": null,
|
4296
4296
|
"materials": [
|
4297
|
-
"
|
4297
|
+
"U 1.98 SHGC 0.36 Simple Glazing"
|
4298
4298
|
]
|
4299
4299
|
},
|
4300
4300
|
{
|
4301
|
-
"name": "U 1.98 SHGC 0.39 Simple Glazing
|
4301
|
+
"name": "U 1.98 SHGC 0.39 Simple Glazing",
|
4302
4302
|
"intended_surface_type": null,
|
4303
4303
|
"standards_construction_type": null,
|
4304
4304
|
"insulation_layer": null,
|
4305
4305
|
"skylight_framing": null,
|
4306
4306
|
"materials": [
|
4307
|
-
"
|
4307
|
+
"U 1.98 SHGC 0.39 Simple Glazing"
|
4308
4308
|
]
|
4309
4309
|
},
|
4310
4310
|
{
|
@@ -4318,133 +4318,133 @@
|
|
4318
4318
|
]
|
4319
4319
|
},
|
4320
4320
|
{
|
4321
|
-
"name": "U 1.98 SHGC 0.61 Simple Glazing
|
4321
|
+
"name": "U 1.98 SHGC 0.61 Simple Glazing",
|
4322
4322
|
"intended_surface_type": "Skylight",
|
4323
4323
|
"standards_construction_type": "Glass with Curb",
|
4324
4324
|
"insulation_layer": null,
|
4325
4325
|
"skylight_framing": null,
|
4326
4326
|
"materials": [
|
4327
|
-
"
|
4327
|
+
"U 1.98 SHGC 0.61 Simple Glazing"
|
4328
4328
|
]
|
4329
4329
|
},
|
4330
4330
|
{
|
4331
|
-
"name": "
|
4331
|
+
"name": "U 0.47 SHGC 0.46 Simple Glazing",
|
4332
4332
|
"intended_surface_type": "ExteriorWindow",
|
4333
4333
|
"standards_construction_type": null,
|
4334
4334
|
"insulation_layer": null,
|
4335
4335
|
"skylight_framing": null,
|
4336
4336
|
"materials": [
|
4337
|
-
"
|
4337
|
+
"U 0.47 SHGC 0.46 Simple Glazing"
|
4338
4338
|
]
|
4339
4339
|
},
|
4340
4340
|
{
|
4341
|
-
"name": "
|
4341
|
+
"name": "U 0.47 SHGC 0.47 Simple Glazing",
|
4342
4342
|
"intended_surface_type": "ExteriorWindow",
|
4343
4343
|
"standards_construction_type": null,
|
4344
4344
|
"insulation_layer": null,
|
4345
4345
|
"skylight_framing": null,
|
4346
4346
|
"materials": [
|
4347
|
-
"
|
4347
|
+
"U 0.47 SHGC 0.47 Simple Glazing"
|
4348
4348
|
]
|
4349
4349
|
},
|
4350
4350
|
{
|
4351
|
-
"name": "
|
4351
|
+
"name": "U 0.47 SHGC 0.47 Simple Glazing",
|
4352
4352
|
"intended_surface_type": "ExteriorWindow",
|
4353
4353
|
"standards_construction_type": null,
|
4354
4354
|
"insulation_layer": null,
|
4355
4355
|
"skylight_framing": null,
|
4356
4356
|
"materials": [
|
4357
|
-
"
|
4357
|
+
"U 0.47 SHGC 0.47 Simple Glazing"
|
4358
4358
|
]
|
4359
4359
|
},
|
4360
4360
|
{
|
4361
|
-
"name": "
|
4361
|
+
"name": "U 0.47 SHGC 0.5 Simple Glazing",
|
4362
4362
|
"intended_surface_type": "ExteriorWindow",
|
4363
4363
|
"standards_construction_type": null,
|
4364
4364
|
"insulation_layer": null,
|
4365
4365
|
"skylight_framing": null,
|
4366
4366
|
"materials": [
|
4367
|
-
"
|
4367
|
+
"U 0.47 SHGC 0.5 Simple Glazing"
|
4368
4368
|
]
|
4369
4369
|
},
|
4370
4370
|
{
|
4371
|
-
"name": "
|
4371
|
+
"name": "U 0.47 SHGC 0.49 Simple Glazing",
|
4372
4372
|
"intended_surface_type": "ExteriorWindow",
|
4373
4373
|
"standards_construction_type": null,
|
4374
4374
|
"insulation_layer": null,
|
4375
4375
|
"skylight_framing": null,
|
4376
4376
|
"materials": [
|
4377
|
-
"
|
4377
|
+
"U 0.47 SHGC 0.49 Simple Glazing"
|
4378
4378
|
]
|
4379
4379
|
},
|
4380
4380
|
{
|
4381
|
-
"name": "
|
4381
|
+
"name": "U 0.77 SHGC 0.5 Simple Glazing",
|
4382
4382
|
"intended_surface_type": "ExteriorWindow",
|
4383
4383
|
"standards_construction_type": null,
|
4384
4384
|
"insulation_layer": null,
|
4385
4385
|
"skylight_framing": null,
|
4386
4386
|
"materials": [
|
4387
|
-
"
|
4387
|
+
"U 0.77 SHGC 0.5 Simple Glazing"
|
4388
4388
|
]
|
4389
4389
|
},
|
4390
4390
|
{
|
4391
|
-
"name": "
|
4391
|
+
"name": "U 0.77 SHGC 0.61 Simple Glazing",
|
4392
4392
|
"intended_surface_type": "ExteriorWindow",
|
4393
4393
|
"standards_construction_type": null,
|
4394
4394
|
"insulation_layer": null,
|
4395
4395
|
"skylight_framing": null,
|
4396
4396
|
"materials": [
|
4397
|
-
"
|
4397
|
+
"U 0.77 SHGC 0.61 Simple Glazing"
|
4398
4398
|
]
|
4399
4399
|
},
|
4400
4400
|
{
|
4401
|
-
"name": "
|
4401
|
+
"name": "U 0.77 SHGC 0.62 Simple Glazing",
|
4402
4402
|
"intended_surface_type": "ExteriorWindow",
|
4403
4403
|
"standards_construction_type": null,
|
4404
4404
|
"insulation_layer": null,
|
4405
4405
|
"skylight_framing": null,
|
4406
4406
|
"materials": [
|
4407
|
-
"
|
4407
|
+
"U 0.77 SHGC 0.62 Simple Glazing"
|
4408
4408
|
]
|
4409
4409
|
},
|
4410
4410
|
{
|
4411
|
-
"name": "
|
4411
|
+
"name": "U 0.77 SHGC 0.77 Simple Glazing",
|
4412
4412
|
"intended_surface_type": "ExteriorWindow",
|
4413
4413
|
"standards_construction_type": null,
|
4414
4414
|
"insulation_layer": null,
|
4415
4415
|
"skylight_framing": null,
|
4416
4416
|
"materials": [
|
4417
|
-
"
|
4417
|
+
"U 0.77 SHGC 0.77 Simple Glazing"
|
4418
4418
|
]
|
4419
4419
|
},
|
4420
4420
|
{
|
4421
|
-
"name": "
|
4421
|
+
"name": "U 1.23 SHGC 0.5 Simple Glazing",
|
4422
4422
|
"intended_surface_type": "ExteriorWindow",
|
4423
4423
|
"standards_construction_type": null,
|
4424
4424
|
"insulation_layer": null,
|
4425
4425
|
"skylight_framing": null,
|
4426
4426
|
"materials": [
|
4427
|
-
"
|
4427
|
+
"U 1.23 SHGC 0.5 Simple Glazing"
|
4428
4428
|
]
|
4429
4429
|
},
|
4430
4430
|
{
|
4431
|
-
"name": "
|
4431
|
+
"name": "U 1.23 SHGC 0.82 Simple Glazing",
|
4432
4432
|
"intended_surface_type": "ExteriorWindow",
|
4433
4433
|
"standards_construction_type": null,
|
4434
4434
|
"insulation_layer": null,
|
4435
4435
|
"skylight_framing": null,
|
4436
4436
|
"materials": [
|
4437
|
-
"
|
4437
|
+
"U 1.23 SHGC 0.82 Simple Glazing"
|
4438
4438
|
]
|
4439
4439
|
},
|
4440
4440
|
{
|
4441
|
-
"name": "
|
4441
|
+
"name": "U 1.23 SHGC 0.82 Simple Glazing",
|
4442
4442
|
"intended_surface_type": "ExteriorWindow",
|
4443
4443
|
"standards_construction_type": null,
|
4444
4444
|
"insulation_layer": null,
|
4445
4445
|
"skylight_framing": null,
|
4446
4446
|
"materials": [
|
4447
|
-
"
|
4447
|
+
"U 1.23 SHGC 0.82 Simple Glazing"
|
4448
4448
|
]
|
4449
4449
|
},
|
4450
4450
|
{
|
@@ -4627,6 +4627,1296 @@
|
|
4627
4627
|
"1/2 in. Gypsum Board",
|
4628
4628
|
"1/2 in. Gypsum Board"
|
4629
4629
|
]
|
4630
|
+
},
|
4631
|
+
{
|
4632
|
+
"name": "U 1.22 SHGC 0.19 Simple Glazing",
|
4633
|
+
"intended_surface_type": "ExteriorWindow",
|
4634
|
+
"standards_construction_type": null,
|
4635
|
+
"insulation_layer": null,
|
4636
|
+
"skylight_framing": null,
|
4637
|
+
"materials": [
|
4638
|
+
"U 1.22 SHGC 0.19 Simple Glazing"
|
4639
|
+
]
|
4640
|
+
},
|
4641
|
+
{
|
4642
|
+
"name": "U 1.22 SHGC 0.45 Simple Glazing",
|
4643
|
+
"intended_surface_type": "ExteriorWindow",
|
4644
|
+
"standards_construction_type": null,
|
4645
|
+
"insulation_layer": null,
|
4646
|
+
"skylight_framing": null,
|
4647
|
+
"materials": [
|
4648
|
+
"U 1.22 SHGC 0.45 Simple Glazing"
|
4649
|
+
]
|
4650
|
+
},
|
4651
|
+
{
|
4652
|
+
"name": "U 0.98 SHGC 0.45 Simple Glazing",
|
4653
|
+
"intended_surface_type": "ExteriorWindow",
|
4654
|
+
"standards_construction_type": null,
|
4655
|
+
"insulation_layer": null,
|
4656
|
+
"skylight_framing": null,
|
4657
|
+
"materials": [
|
4658
|
+
"U 0.98 SHGC 0.45 Simple Glazing"
|
4659
|
+
]
|
4660
|
+
},
|
4661
|
+
{
|
4662
|
+
"name": "U 1.27 SHGC 0.25 Simple Glazing",
|
4663
|
+
"intended_surface_type": "ExteriorWindow",
|
4664
|
+
"standards_construction_type": null,
|
4665
|
+
"insulation_layer": null,
|
4666
|
+
"skylight_framing": null,
|
4667
|
+
"materials": [
|
4668
|
+
"U 1.27 SHGC 0.25 Simple Glazing"
|
4669
|
+
]
|
4670
|
+
},
|
4671
|
+
{
|
4672
|
+
"name": "U 1.27 SHGC 0.19 Simple Glazing",
|
4673
|
+
"intended_surface_type": "ExteriorWindow",
|
4674
|
+
"standards_construction_type": null,
|
4675
|
+
"insulation_layer": null,
|
4676
|
+
"skylight_framing": null,
|
4677
|
+
"materials": [
|
4678
|
+
"U 1.27 SHGC 0.19 Simple Glazing"
|
4679
|
+
]
|
4680
|
+
},
|
4681
|
+
{
|
4682
|
+
"name": "U 1.27 SHGC 0.45 Simple Glazing",
|
4683
|
+
"intended_surface_type": "ExteriorWindow",
|
4684
|
+
"standards_construction_type": null,
|
4685
|
+
"insulation_layer": null,
|
4686
|
+
"skylight_framing": null,
|
4687
|
+
"materials": [
|
4688
|
+
"U 1.27 SHGC 0.45 Simple Glazing"
|
4689
|
+
]
|
4690
|
+
},
|
4691
|
+
{
|
4692
|
+
"name": "U 1.02 SHGC 0.45 Simple Glazing",
|
4693
|
+
"intended_surface_type": "ExteriorWindow",
|
4694
|
+
"standards_construction_type": null,
|
4695
|
+
"insulation_layer": null,
|
4696
|
+
"skylight_framing": null,
|
4697
|
+
"materials": [
|
4698
|
+
"U 1.02 SHGC 0.45 Simple Glazing"
|
4699
|
+
]
|
4700
|
+
},
|
4701
|
+
{
|
4702
|
+
"name": "U 1.98 SHGC 0.36 Simple Glazing",
|
4703
|
+
"intended_surface_type": "ExteriorWindow",
|
4704
|
+
"standards_construction_type": null,
|
4705
|
+
"insulation_layer": null,
|
4706
|
+
"skylight_framing": null,
|
4707
|
+
"materials": [
|
4708
|
+
"U 1.98 SHGC 0.36 Simple Glazing"
|
4709
|
+
]
|
4710
|
+
},
|
4711
|
+
{
|
4712
|
+
"name": "U 1.98 SHGC 0.19 Simple Glazing",
|
4713
|
+
"intended_surface_type": "ExteriorWindow",
|
4714
|
+
"standards_construction_type": null,
|
4715
|
+
"insulation_layer": null,
|
4716
|
+
"skylight_framing": null,
|
4717
|
+
"materials": [
|
4718
|
+
"U 1.98 SHGC 0.19 Simple Glazing"
|
4719
|
+
]
|
4720
|
+
},
|
4721
|
+
{
|
4722
|
+
"name": "U 1.98 SHGC 0.45 Simple Glazing",
|
4723
|
+
"intended_surface_type": "ExteriorWindow",
|
4724
|
+
"standards_construction_type": null,
|
4725
|
+
"insulation_layer": null,
|
4726
|
+
"skylight_framing": null,
|
4727
|
+
"materials": [
|
4728
|
+
"U 1.98 SHGC 0.45 Simple Glazing"
|
4729
|
+
]
|
4730
|
+
},
|
4731
|
+
{
|
4732
|
+
"name": "U 1.98 SHGC 0.16 Simple Glazing",
|
4733
|
+
"intended_surface_type": "ExteriorWindow",
|
4734
|
+
"standards_construction_type": null,
|
4735
|
+
"insulation_layer": null,
|
4736
|
+
"skylight_framing": null,
|
4737
|
+
"materials": [
|
4738
|
+
"U 1.98 SHGC 0.16 Simple Glazing"
|
4739
|
+
]
|
4740
|
+
},
|
4741
|
+
{
|
4742
|
+
"name": "U 1.90 SHGC 0.34 Simple Glazing",
|
4743
|
+
"intended_surface_type": "ExteriorWindow",
|
4744
|
+
"standards_construction_type": null,
|
4745
|
+
"insulation_layer": null,
|
4746
|
+
"skylight_framing": null,
|
4747
|
+
"materials": [
|
4748
|
+
"U 1.90 SHGC 0.34 Simple Glazing"
|
4749
|
+
]
|
4750
|
+
},
|
4751
|
+
{
|
4752
|
+
"name": "U 1.90 SHGC 0.27 Simple Glazing",
|
4753
|
+
"intended_surface_type": "ExteriorWindow",
|
4754
|
+
"standards_construction_type": null,
|
4755
|
+
"insulation_layer": null,
|
4756
|
+
"skylight_framing": null,
|
4757
|
+
"materials": [
|
4758
|
+
"U 1.90 SHGC 0.27 Simple Glazing"
|
4759
|
+
]
|
4760
|
+
},
|
4761
|
+
{
|
4762
|
+
"name": "U 1.90 SHGC 0.45 Simple Glazing",
|
4763
|
+
"intended_surface_type": "ExteriorWindow",
|
4764
|
+
"standards_construction_type": null,
|
4765
|
+
"insulation_layer": null,
|
4766
|
+
"skylight_framing": null,
|
4767
|
+
"materials": [
|
4768
|
+
"U 1.90 SHGC 0.45 Simple Glazing"
|
4769
|
+
]
|
4770
|
+
},
|
4771
|
+
{
|
4772
|
+
"name": "U 1.36 SHGC 0.36 Simple Glazing",
|
4773
|
+
"intended_surface_type": "ExteriorWindow",
|
4774
|
+
"standards_construction_type": null,
|
4775
|
+
"insulation_layer": null,
|
4776
|
+
"skylight_framing": null,
|
4777
|
+
"materials": [
|
4778
|
+
"U 1.36 SHGC 0.36 Simple Glazing"
|
4779
|
+
]
|
4780
|
+
},
|
4781
|
+
{
|
4782
|
+
"name": "U 1.36 SHGC 0.19 Simple Glazing",
|
4783
|
+
"intended_surface_type": "ExteriorWindow",
|
4784
|
+
"standards_construction_type": null,
|
4785
|
+
"insulation_layer": null,
|
4786
|
+
"skylight_framing": null,
|
4787
|
+
"materials": [
|
4788
|
+
"U 1.36 SHGC 0.19 Simple Glazing"
|
4789
|
+
]
|
4790
|
+
},
|
4791
|
+
{
|
4792
|
+
"name": "U 1.36 SHGC 0.45 Simple Glazing",
|
4793
|
+
"intended_surface_type": "ExteriorWindow",
|
4794
|
+
"standards_construction_type": null,
|
4795
|
+
"insulation_layer": null,
|
4796
|
+
"skylight_framing": null,
|
4797
|
+
"materials": [
|
4798
|
+
"U 1.36 SHGC 0.45 Simple Glazing"
|
4799
|
+
]
|
4800
|
+
},
|
4801
|
+
{
|
4802
|
+
"name": "U 1.22 SHGC 0.17 Simple Glazing",
|
4803
|
+
"intended_surface_type": "ExteriorWindow",
|
4804
|
+
"standards_construction_type": null,
|
4805
|
+
"insulation_layer": null,
|
4806
|
+
"skylight_framing": null,
|
4807
|
+
"materials": [
|
4808
|
+
"U 1.22 SHGC 0.17 Simple Glazing"
|
4809
|
+
]
|
4810
|
+
},
|
4811
|
+
{
|
4812
|
+
"name": "U 1.22 SHGC 0.39 Simple Glazing",
|
4813
|
+
"intended_surface_type": "ExteriorWindow",
|
4814
|
+
"standards_construction_type": null,
|
4815
|
+
"insulation_layer": null,
|
4816
|
+
"skylight_framing": null,
|
4817
|
+
"materials": [
|
4818
|
+
"U 1.22 SHGC 0.39 Simple Glazing"
|
4819
|
+
]
|
4820
|
+
},
|
4821
|
+
{
|
4822
|
+
"name": "U 1.27 SHGC 0.17 Simple Glazing",
|
4823
|
+
"intended_surface_type": "ExteriorWindow",
|
4824
|
+
"standards_construction_type": null,
|
4825
|
+
"insulation_layer": null,
|
4826
|
+
"skylight_framing": null,
|
4827
|
+
"materials": [
|
4828
|
+
"U 1.27 SHGC 0.17 Simple Glazing"
|
4829
|
+
]
|
4830
|
+
},
|
4831
|
+
{
|
4832
|
+
"name": "U 1.27 SHGC 0.39 Simple Glazing",
|
4833
|
+
"intended_surface_type": "ExteriorWindow",
|
4834
|
+
"standards_construction_type": null,
|
4835
|
+
"insulation_layer": null,
|
4836
|
+
"skylight_framing": null,
|
4837
|
+
"materials": [
|
4838
|
+
"U 1.27 SHGC 0.39 Simple Glazing"
|
4839
|
+
]
|
4840
|
+
},
|
4841
|
+
{
|
4842
|
+
"name": "U 1.90 SHGC 0.39 Simple Glazing",
|
4843
|
+
"intended_surface_type": "ExteriorWindow",
|
4844
|
+
"standards_construction_type": null,
|
4845
|
+
"insulation_layer": null,
|
4846
|
+
"skylight_framing": null,
|
4847
|
+
"materials": [
|
4848
|
+
"U 1.90 SHGC 0.39 Simple Glazing"
|
4849
|
+
]
|
4850
|
+
},
|
4851
|
+
{
|
4852
|
+
"name": "U 0.57 SHGC 0.39 Simple Glazing",
|
4853
|
+
"intended_surface_type": "ExteriorWindow",
|
4854
|
+
"standards_construction_type": null,
|
4855
|
+
"insulation_layer": null,
|
4856
|
+
"skylight_framing": null,
|
4857
|
+
"materials": [
|
4858
|
+
"U 0.57 SHGC 0.39 Simple Glazing"
|
4859
|
+
]
|
4860
|
+
},
|
4861
|
+
{
|
4862
|
+
"name": "U 0.46 SHGC 0.19 Simple Glazing",
|
4863
|
+
"intended_surface_type": "ExteriorWindow",
|
4864
|
+
"standards_construction_type": null,
|
4865
|
+
"insulation_layer": null,
|
4866
|
+
"skylight_framing": null,
|
4867
|
+
"materials": [
|
4868
|
+
"U 0.46 SHGC 0.19 Simple Glazing"
|
4869
|
+
]
|
4870
|
+
},
|
4871
|
+
{
|
4872
|
+
"name": "U 0.67 SHGC 0.39 Simple Glazing",
|
4873
|
+
"intended_surface_type": "ExteriorWindow",
|
4874
|
+
"standards_construction_type": null,
|
4875
|
+
"insulation_layer": null,
|
4876
|
+
"skylight_framing": null,
|
4877
|
+
"materials": [
|
4878
|
+
"U 0.67 SHGC 0.39 Simple Glazing"
|
4879
|
+
]
|
4880
|
+
},
|
4881
|
+
{
|
4882
|
+
"name": "U 0.67 SHGC 0.25 Simple Glazing",
|
4883
|
+
"intended_surface_type": "ExteriorWindow",
|
4884
|
+
"standards_construction_type": null,
|
4885
|
+
"insulation_layer": null,
|
4886
|
+
"skylight_framing": null,
|
4887
|
+
"materials": [
|
4888
|
+
"U 0.67 SHGC 0.25 Simple Glazing"
|
4889
|
+
]
|
4890
|
+
},
|
4891
|
+
{
|
4892
|
+
"name": "U 0.47 SHGC 0.19 Simple Glazing",
|
4893
|
+
"intended_surface_type": "ExteriorWindow",
|
4894
|
+
"standards_construction_type": null,
|
4895
|
+
"insulation_layer": null,
|
4896
|
+
"skylight_framing": null,
|
4897
|
+
"materials": [
|
4898
|
+
"U 0.47 SHGC 0.19 Simple Glazing"
|
4899
|
+
]
|
4900
|
+
},
|
4901
|
+
{
|
4902
|
+
"name": "U 1.17 SHGC 0.39 Simple Glazing",
|
4903
|
+
"intended_surface_type": "ExteriorWindow",
|
4904
|
+
"standards_construction_type": null,
|
4905
|
+
"insulation_layer": null,
|
4906
|
+
"skylight_framing": null,
|
4907
|
+
"materials": [
|
4908
|
+
"U 1.17 SHGC 0.39 Simple Glazing"
|
4909
|
+
]
|
4910
|
+
},
|
4911
|
+
{
|
4912
|
+
"name": "U 1.17 SHGC 0.36 Simple Glazing",
|
4913
|
+
"intended_surface_type": "ExteriorWindow",
|
4914
|
+
"standards_construction_type": null,
|
4915
|
+
"insulation_layer": null,
|
4916
|
+
"skylight_framing": null,
|
4917
|
+
"materials": [
|
4918
|
+
"U 1.17 SHGC 0.36 Simple Glazing"
|
4919
|
+
]
|
4920
|
+
},
|
4921
|
+
{
|
4922
|
+
"name": "U 1.17 SHGC 0.19 Simple Glazing",
|
4923
|
+
"intended_surface_type": "ExteriorWindow",
|
4924
|
+
"standards_construction_type": null,
|
4925
|
+
"insulation_layer": null,
|
4926
|
+
"skylight_framing": null,
|
4927
|
+
"materials": [
|
4928
|
+
"U 1.17 SHGC 0.19 Simple Glazing"
|
4929
|
+
]
|
4930
|
+
},
|
4931
|
+
{
|
4932
|
+
"name": "U 1.30 SHGC 0.65 Simple Glazing",
|
4933
|
+
"intended_surface_type": "ExteriorWindow",
|
4934
|
+
"standards_construction_type": null,
|
4935
|
+
"insulation_layer": null,
|
4936
|
+
"skylight_framing": null,
|
4937
|
+
"materials": [
|
4938
|
+
"U 1.30 SHGC 0.65 Simple Glazing"
|
4939
|
+
]
|
4940
|
+
},
|
4941
|
+
{
|
4942
|
+
"name": "U 1.30 SHGC 0.27 Simple Glazing",
|
4943
|
+
"intended_surface_type": "ExteriorWindow",
|
4944
|
+
"standards_construction_type": null,
|
4945
|
+
"insulation_layer": null,
|
4946
|
+
"skylight_framing": null,
|
4947
|
+
"materials": [
|
4948
|
+
"U 1.30 SHGC 0.27 Simple Glazing"
|
4949
|
+
]
|
4950
|
+
},
|
4951
|
+
{
|
4952
|
+
"name": "U 1.30 SHGC 0.34 Simple Glazing",
|
4953
|
+
"intended_surface_type": "ExteriorWindow",
|
4954
|
+
"standards_construction_type": null,
|
4955
|
+
"insulation_layer": null,
|
4956
|
+
"skylight_framing": null,
|
4957
|
+
"materials": [
|
4958
|
+
"U 1.30 SHGC 0.34 Simple Glazing"
|
4959
|
+
]
|
4960
|
+
},
|
4961
|
+
{
|
4962
|
+
"name": "U 0.69 SHGC 0.39 Simple Glazing",
|
4963
|
+
"intended_surface_type": "ExteriorWindow",
|
4964
|
+
"standards_construction_type": null,
|
4965
|
+
"insulation_layer": null,
|
4966
|
+
"skylight_framing": null,
|
4967
|
+
"materials": [
|
4968
|
+
"U 0.69 SHGC 0.39 Simple Glazing"
|
4969
|
+
]
|
4970
|
+
},
|
4971
|
+
{
|
4972
|
+
"name": "U 0.69 SHGC 0.36 Simple Glazing",
|
4973
|
+
"intended_surface_type": "ExteriorWindow",
|
4974
|
+
"standards_construction_type": null,
|
4975
|
+
"insulation_layer": null,
|
4976
|
+
"skylight_framing": null,
|
4977
|
+
"materials": [
|
4978
|
+
"U 0.69 SHGC 0.36 Simple Glazing"
|
4979
|
+
]
|
4980
|
+
},
|
4981
|
+
{
|
4982
|
+
"name": "U 0.69 SHGC 0.19 Simple Glazing",
|
4983
|
+
"intended_surface_type": "ExteriorWindow",
|
4984
|
+
"standards_construction_type": null,
|
4985
|
+
"insulation_layer": null,
|
4986
|
+
"skylight_framing": null,
|
4987
|
+
"materials": [
|
4988
|
+
"U 0.69 SHGC 0.19 Simple Glazing"
|
4989
|
+
]
|
4990
|
+
},
|
4991
|
+
{
|
4992
|
+
"name": "U 1.22 SHGC 0.61 Simple Glazing",
|
4993
|
+
"intended_surface_type": "ExteriorWindow",
|
4994
|
+
"standards_construction_type": null,
|
4995
|
+
"insulation_layer": null,
|
4996
|
+
"skylight_framing": null,
|
4997
|
+
"materials": [
|
4998
|
+
"U 1.22 SHGC 0.61 Simple Glazing"
|
4999
|
+
]
|
5000
|
+
},
|
5001
|
+
{
|
5002
|
+
"name": "U 1.22 SHGC 0.34 Simple Glazing",
|
5003
|
+
"intended_surface_type": "ExteriorWindow",
|
5004
|
+
"standards_construction_type": null,
|
5005
|
+
"insulation_layer": null,
|
5006
|
+
"skylight_framing": null,
|
5007
|
+
"materials": [
|
5008
|
+
"U 1.22 SHGC 0.34 Simple Glazing"
|
5009
|
+
]
|
5010
|
+
},
|
5011
|
+
{
|
5012
|
+
"name": "U 1.27 SHGC 0.61 Simple Glazing",
|
5013
|
+
"intended_surface_type": "ExteriorWindow",
|
5014
|
+
"standards_construction_type": null,
|
5015
|
+
"insulation_layer": null,
|
5016
|
+
"skylight_framing": null,
|
5017
|
+
"materials": [
|
5018
|
+
"U 1.27 SHGC 0.61 Simple Glazing"
|
5019
|
+
]
|
5020
|
+
},
|
5021
|
+
{
|
5022
|
+
"name": "U 1.27 SHGC 0.34 Simple Glazing",
|
5023
|
+
"intended_surface_type": "ExteriorWindow",
|
5024
|
+
"standards_construction_type": null,
|
5025
|
+
"insulation_layer": null,
|
5026
|
+
"skylight_framing": null,
|
5027
|
+
"materials": [
|
5028
|
+
"U 1.27 SHGC 0.34 Simple Glazing"
|
5029
|
+
]
|
5030
|
+
},
|
5031
|
+
{
|
5032
|
+
"name": "U 0.81 SHGC 0.25 Simple Glazing",
|
5033
|
+
"intended_surface_type": "ExteriorWindow",
|
5034
|
+
"standards_construction_type": null,
|
5035
|
+
"insulation_layer": null,
|
5036
|
+
"skylight_framing": null,
|
5037
|
+
"materials": [
|
5038
|
+
"U 0.81 SHGC 0.25 Simple Glazing"
|
5039
|
+
]
|
5040
|
+
},
|
5041
|
+
{
|
5042
|
+
"name": "U 1.98 SHGC 0.61 Simple Glazing",
|
5043
|
+
"intended_surface_type": "ExteriorWindow",
|
5044
|
+
"standards_construction_type": null,
|
5045
|
+
"insulation_layer": null,
|
5046
|
+
"skylight_framing": null,
|
5047
|
+
"materials": [
|
5048
|
+
"U 1.98 SHGC 0.61 Simple Glazing"
|
5049
|
+
]
|
5050
|
+
},
|
5051
|
+
{
|
5052
|
+
"name": "U 1.98 SHGC 0.39 Simple Glazing",
|
5053
|
+
"intended_surface_type": "ExteriorWindow",
|
5054
|
+
"standards_construction_type": null,
|
5055
|
+
"insulation_layer": null,
|
5056
|
+
"skylight_framing": null,
|
5057
|
+
"materials": [
|
5058
|
+
"U 1.98 SHGC 0.39 Simple Glazing"
|
5059
|
+
]
|
5060
|
+
},
|
5061
|
+
{
|
5062
|
+
"name": "U 1.90 SHGC 0.65 Simple Glazing",
|
5063
|
+
"intended_surface_type": "ExteriorWindow",
|
5064
|
+
"standards_construction_type": null,
|
5065
|
+
"insulation_layer": null,
|
5066
|
+
"skylight_framing": null,
|
5067
|
+
"materials": [
|
5068
|
+
"U 1.90 SHGC 0.65 Simple Glazing"
|
5069
|
+
]
|
5070
|
+
},
|
5071
|
+
{
|
5072
|
+
"name": "U 1.36 SHGC 0.61 Simple Glazing",
|
5073
|
+
"intended_surface_type": "ExteriorWindow",
|
5074
|
+
"standards_construction_type": null,
|
5075
|
+
"insulation_layer": null,
|
5076
|
+
"skylight_framing": null,
|
5077
|
+
"materials": [
|
5078
|
+
"U 1.36 SHGC 0.61 Simple Glazing"
|
5079
|
+
]
|
5080
|
+
},
|
5081
|
+
{
|
5082
|
+
"name": "U 1.36 SHGC 0.39 Simple Glazing",
|
5083
|
+
"intended_surface_type": "ExteriorWindow",
|
5084
|
+
"standards_construction_type": null,
|
5085
|
+
"insulation_layer": null,
|
5086
|
+
"skylight_framing": null,
|
5087
|
+
"materials": [
|
5088
|
+
"U 1.36 SHGC 0.39 Simple Glazing"
|
5089
|
+
]
|
5090
|
+
},
|
5091
|
+
{
|
5092
|
+
"name": "U 1.17 SHGC 0.49 Simple Glazing",
|
5093
|
+
"intended_surface_type": "ExteriorWindow",
|
5094
|
+
"standards_construction_type": null,
|
5095
|
+
"insulation_layer": null,
|
5096
|
+
"skylight_framing": null,
|
5097
|
+
"materials": [
|
5098
|
+
"U 1.17 SHGC 0.49 Simple Glazing"
|
5099
|
+
]
|
5100
|
+
},
|
5101
|
+
{
|
5102
|
+
"name": "U 0.98 SHGC 0.36 Simple Glazing",
|
5103
|
+
"intended_surface_type": "ExteriorWindow",
|
5104
|
+
"standards_construction_type": null,
|
5105
|
+
"insulation_layer": null,
|
5106
|
+
"skylight_framing": null,
|
5107
|
+
"materials": [
|
5108
|
+
"U 0.98 SHGC 0.36 Simple Glazing"
|
5109
|
+
]
|
5110
|
+
},
|
5111
|
+
{
|
5112
|
+
"name": "U 0.98 SHGC 0.19 Simple Glazing",
|
5113
|
+
"intended_surface_type": "ExteriorWindow",
|
5114
|
+
"standards_construction_type": null,
|
5115
|
+
"insulation_layer": null,
|
5116
|
+
"skylight_framing": null,
|
5117
|
+
"materials": [
|
5118
|
+
"U 0.98 SHGC 0.19 Simple Glazing"
|
5119
|
+
]
|
5120
|
+
},
|
5121
|
+
{
|
5122
|
+
"name": "U 1.30 SHGC 0.62 Simple Glazing",
|
5123
|
+
"intended_surface_type": "ExteriorWindow",
|
5124
|
+
"standards_construction_type": null,
|
5125
|
+
"insulation_layer": null,
|
5126
|
+
"skylight_framing": null,
|
5127
|
+
"materials": [
|
5128
|
+
"U 1.30 SHGC 0.62 Simple Glazing"
|
5129
|
+
]
|
5130
|
+
},
|
5131
|
+
{
|
5132
|
+
"name": "U 0.69 SHGC 0.49 Simple Glazing",
|
5133
|
+
"intended_surface_type": "ExteriorWindow",
|
5134
|
+
"standards_construction_type": null,
|
5135
|
+
"insulation_layer": null,
|
5136
|
+
"skylight_framing": null,
|
5137
|
+
"materials": [
|
5138
|
+
"U 0.69 SHGC 0.49 Simple Glazing"
|
5139
|
+
]
|
5140
|
+
},
|
5141
|
+
{
|
5142
|
+
"name": "U 0.58 SHGC 0.36 Simple Glazing",
|
5143
|
+
"intended_surface_type": "ExteriorWindow",
|
5144
|
+
"standards_construction_type": null,
|
5145
|
+
"insulation_layer": null,
|
5146
|
+
"skylight_framing": null,
|
5147
|
+
"materials": [
|
5148
|
+
"U 0.58 SHGC 0.36 Simple Glazing"
|
5149
|
+
]
|
5150
|
+
},
|
5151
|
+
{
|
5152
|
+
"name": "U 0.58 SHGC 0.19 Simple Glazing",
|
5153
|
+
"intended_surface_type": "ExteriorWindow",
|
5154
|
+
"standards_construction_type": null,
|
5155
|
+
"insulation_layer": null,
|
5156
|
+
"skylight_framing": null,
|
5157
|
+
"materials": [
|
5158
|
+
"U 0.58 SHGC 0.19 Simple Glazing"
|
5159
|
+
]
|
5160
|
+
},
|
5161
|
+
{
|
5162
|
+
"name": "U 0.57 SHGC 0.49 Simple Glazing",
|
5163
|
+
"intended_surface_type": "ExteriorWindow",
|
5164
|
+
"standards_construction_type": null,
|
5165
|
+
"insulation_layer": null,
|
5166
|
+
"skylight_framing": null,
|
5167
|
+
"materials": [
|
5168
|
+
"U 0.57 SHGC 0.49 Simple Glazing"
|
5169
|
+
]
|
5170
|
+
},
|
5171
|
+
{
|
5172
|
+
"name": "U 0.46 SHGC 0.26 Simple Glazing",
|
5173
|
+
"intended_surface_type": "ExteriorWindow",
|
5174
|
+
"standards_construction_type": null,
|
5175
|
+
"insulation_layer": null,
|
5176
|
+
"skylight_framing": null,
|
5177
|
+
"materials": [
|
5178
|
+
"U 0.46 SHGC 0.26 Simple Glazing"
|
5179
|
+
]
|
5180
|
+
},
|
5181
|
+
{
|
5182
|
+
"name": "U 0.67 SHGC 0.49 Simple Glazing",
|
5183
|
+
"intended_surface_type": "ExteriorWindow",
|
5184
|
+
"standards_construction_type": null,
|
5185
|
+
"insulation_layer": null,
|
5186
|
+
"skylight_framing": null,
|
5187
|
+
"materials": [
|
5188
|
+
"U 0.67 SHGC 0.49 Simple Glazing"
|
5189
|
+
]
|
5190
|
+
},
|
5191
|
+
{
|
5192
|
+
"name": "U 0.47 SHGC 0.26 Simple Glazing",
|
5193
|
+
"intended_surface_type": "ExteriorWindow",
|
5194
|
+
"standards_construction_type": null,
|
5195
|
+
"insulation_layer": null,
|
5196
|
+
"skylight_framing": null,
|
5197
|
+
"materials": [
|
5198
|
+
"U 0.47 SHGC 0.26 Simple Glazing"
|
5199
|
+
]
|
5200
|
+
},
|
5201
|
+
{
|
5202
|
+
"name": "U 1.10 SHGC 0.77 Simple Glazing",
|
5203
|
+
"intended_surface_type": "ExteriorWindow",
|
5204
|
+
"standards_construction_type": null,
|
5205
|
+
"insulation_layer": null,
|
5206
|
+
"skylight_framing": null,
|
5207
|
+
"materials": [
|
5208
|
+
"U 1.10 SHGC 0.77 Simple Glazing"
|
5209
|
+
]
|
5210
|
+
},
|
5211
|
+
{
|
5212
|
+
"name": "U 1.10 SHGC 0.62 Simple Glazing",
|
5213
|
+
"intended_surface_type": "ExteriorWindow",
|
5214
|
+
"standards_construction_type": null,
|
5215
|
+
"insulation_layer": null,
|
5216
|
+
"skylight_framing": null,
|
5217
|
+
"materials": [
|
5218
|
+
"U 1.10 SHGC 0.62 Simple Glazing"
|
5219
|
+
]
|
5220
|
+
},
|
5221
|
+
{
|
5222
|
+
"name": "U 0.98 SHGC 0.46 Simple Glazing",
|
5223
|
+
"intended_surface_type": "ExteriorWindow",
|
5224
|
+
"standards_construction_type": null,
|
5225
|
+
"insulation_layer": null,
|
5226
|
+
"skylight_framing": null,
|
5227
|
+
"materials": [
|
5228
|
+
"U 0.98 SHGC 0.46 Simple Glazing"
|
5229
|
+
]
|
5230
|
+
},
|
5231
|
+
{
|
5232
|
+
"name": "U 0.87 SHGC 0.71 Simple Glazing",
|
5233
|
+
"intended_surface_type": "ExteriorWindow",
|
5234
|
+
"standards_construction_type": null,
|
5235
|
+
"insulation_layer": null,
|
5236
|
+
"skylight_framing": null,
|
5237
|
+
"materials": [
|
5238
|
+
"U 0.87 SHGC 0.71 Simple Glazing"
|
5239
|
+
]
|
5240
|
+
},
|
5241
|
+
{
|
5242
|
+
"name": "U 0.74 SHGC 0.65 Simple Glazing",
|
5243
|
+
"intended_surface_type": "ExteriorWindow",
|
5244
|
+
"standards_construction_type": null,
|
5245
|
+
"insulation_layer": null,
|
5246
|
+
"skylight_framing": null,
|
5247
|
+
"materials": [
|
5248
|
+
"U 0.74 SHGC 0.65 Simple Glazing"
|
5249
|
+
]
|
5250
|
+
},
|
5251
|
+
{
|
5252
|
+
"name": "U 0.87 SHGC 0.58 Simple Glazing",
|
5253
|
+
"intended_surface_type": "ExteriorWindow",
|
5254
|
+
"standards_construction_type": null,
|
5255
|
+
"insulation_layer": null,
|
5256
|
+
"skylight_framing": null,
|
5257
|
+
"materials": [
|
5258
|
+
"U 0.87 SHGC 0.58 Simple Glazing"
|
5259
|
+
]
|
5260
|
+
},
|
5261
|
+
{
|
5262
|
+
"name": "U 0.74 SHGC 0.55 Simple Glazing",
|
5263
|
+
"intended_surface_type": "ExteriorWindow",
|
5264
|
+
"standards_construction_type": null,
|
5265
|
+
"insulation_layer": null,
|
5266
|
+
"skylight_framing": null,
|
5267
|
+
"materials": [
|
5268
|
+
"U 0.74 SHGC 0.55 Simple Glazing"
|
5269
|
+
]
|
5270
|
+
},
|
5271
|
+
{
|
5272
|
+
"name": "U 0.58 SHGC 0.49 Simple Glazing",
|
5273
|
+
"intended_surface_type": "ExteriorWindow",
|
5274
|
+
"standards_construction_type": null,
|
5275
|
+
"insulation_layer": null,
|
5276
|
+
"skylight_framing": null,
|
5277
|
+
"materials": [
|
5278
|
+
"U 0.58 SHGC 0.49 Simple Glazing"
|
5279
|
+
]
|
5280
|
+
},
|
5281
|
+
{
|
5282
|
+
"name": "U 0.58 SHGC 0.39 Simple Glazing",
|
5283
|
+
"intended_surface_type": "ExteriorWindow",
|
5284
|
+
"standards_construction_type": null,
|
5285
|
+
"insulation_layer": null,
|
5286
|
+
"skylight_framing": null,
|
5287
|
+
"materials": [
|
5288
|
+
"U 0.58 SHGC 0.39 Simple Glazing"
|
5289
|
+
]
|
5290
|
+
},
|
5291
|
+
{
|
5292
|
+
"name": "U 0.46 SHGC 0.36 Simple Glazing",
|
5293
|
+
"intended_surface_type": "ExteriorWindow",
|
5294
|
+
"standards_construction_type": null,
|
5295
|
+
"insulation_layer": null,
|
5296
|
+
"skylight_framing": null,
|
5297
|
+
"materials": [
|
5298
|
+
"U 0.46 SHGC 0.36 Simple Glazing"
|
5299
|
+
]
|
5300
|
+
},
|
5301
|
+
{
|
5302
|
+
"name": "U 0.47 SHGC 0.36 Simple Glazing",
|
5303
|
+
"intended_surface_type": "ExteriorWindow",
|
5304
|
+
"standards_construction_type": null,
|
5305
|
+
"insulation_layer": null,
|
5306
|
+
"skylight_framing": null,
|
5307
|
+
"materials": [
|
5308
|
+
"U 0.47 SHGC 0.36 Simple Glazing"
|
5309
|
+
]
|
5310
|
+
},
|
5311
|
+
{
|
5312
|
+
"name": "U 1.17 SHGC 0.68 Simple Glazing",
|
5313
|
+
"intended_surface_type": "ExteriorWindow",
|
5314
|
+
"standards_construction_type": null,
|
5315
|
+
"insulation_layer": null,
|
5316
|
+
"skylight_framing": null,
|
5317
|
+
"materials": [
|
5318
|
+
"U 1.17 SHGC 0.68 Simple Glazing"
|
5319
|
+
]
|
5320
|
+
},
|
5321
|
+
{
|
5322
|
+
"name": "U 1.17 SHGC 0.64 Simple Glazing",
|
5323
|
+
"intended_surface_type": "ExteriorWindow",
|
5324
|
+
"standards_construction_type": null,
|
5325
|
+
"insulation_layer": null,
|
5326
|
+
"skylight_framing": null,
|
5327
|
+
"materials": [
|
5328
|
+
"U 1.17 SHGC 0.64 Simple Glazing"
|
5329
|
+
]
|
5330
|
+
},
|
5331
|
+
{
|
5332
|
+
"name": "U 0.87 SHGC 0.77 Simple Glazing",
|
5333
|
+
"intended_surface_type": "ExteriorWindow",
|
5334
|
+
"standards_construction_type": null,
|
5335
|
+
"insulation_layer": null,
|
5336
|
+
"skylight_framing": null,
|
5337
|
+
"materials": [
|
5338
|
+
"U 0.87 SHGC 0.77 Simple Glazing"
|
5339
|
+
]
|
5340
|
+
},
|
5341
|
+
{
|
5342
|
+
"name": "U 0.61 SHGC 0.77 Simple Glazing",
|
5343
|
+
"intended_surface_type": "ExteriorWindow",
|
5344
|
+
"standards_construction_type": null,
|
5345
|
+
"insulation_layer": null,
|
5346
|
+
"skylight_framing": null,
|
5347
|
+
"materials": [
|
5348
|
+
"U 0.61 SHGC 0.77 Simple Glazing"
|
5349
|
+
]
|
5350
|
+
},
|
5351
|
+
{
|
5352
|
+
"name": "U 0.69 SHGC 0.68 Simple Glazing",
|
5353
|
+
"intended_surface_type": "ExteriorWindow",
|
5354
|
+
"standards_construction_type": null,
|
5355
|
+
"insulation_layer": null,
|
5356
|
+
"skylight_framing": null,
|
5357
|
+
"materials": [
|
5358
|
+
"U 0.69 SHGC 0.68 Simple Glazing"
|
5359
|
+
]
|
5360
|
+
},
|
5361
|
+
{
|
5362
|
+
"name": "U 0.69 SHGC 0.64 Simple Glazing",
|
5363
|
+
"intended_surface_type": "ExteriorWindow",
|
5364
|
+
"standards_construction_type": null,
|
5365
|
+
"insulation_layer": null,
|
5366
|
+
"skylight_framing": null,
|
5367
|
+
"materials": [
|
5368
|
+
"U 0.69 SHGC 0.64 Simple Glazing"
|
5369
|
+
]
|
5370
|
+
},
|
5371
|
+
{
|
5372
|
+
"name": "U 0.46 SHGC 0.45 Simple Glazing",
|
5373
|
+
"intended_surface_type": "ExteriorWindow",
|
5374
|
+
"standards_construction_type": null,
|
5375
|
+
"insulation_layer": null,
|
5376
|
+
"skylight_framing": null,
|
5377
|
+
"materials": [
|
5378
|
+
"U 0.46 SHGC 0.45 Simple Glazing"
|
5379
|
+
]
|
5380
|
+
},
|
5381
|
+
{
|
5382
|
+
"name": "U 0.35 SHGC 0.45 Simple Glazing",
|
5383
|
+
"intended_surface_type": "ExteriorWindow",
|
5384
|
+
"standards_construction_type": null,
|
5385
|
+
"insulation_layer": null,
|
5386
|
+
"skylight_framing": null,
|
5387
|
+
"materials": [
|
5388
|
+
"U 0.35 SHGC 0.45 Simple Glazing"
|
5389
|
+
]
|
5390
|
+
},
|
5391
|
+
{
|
5392
|
+
"name": "U 0.47 SHGC 0.45 Simple Glazing",
|
5393
|
+
"intended_surface_type": "ExteriorWindow",
|
5394
|
+
"standards_construction_type": null,
|
5395
|
+
"insulation_layer": null,
|
5396
|
+
"skylight_framing": null,
|
5397
|
+
"materials": [
|
5398
|
+
"U 0.47 SHGC 0.45 Simple Glazing"
|
5399
|
+
]
|
5400
|
+
},
|
5401
|
+
{
|
5402
|
+
"name": "U 1.30 SHGC 0.45 Simple Glazing",
|
5403
|
+
"intended_surface_type": "ExteriorWindow",
|
5404
|
+
"standards_construction_type": null,
|
5405
|
+
"insulation_layer": null,
|
5406
|
+
"skylight_framing": null,
|
5407
|
+
"materials": [
|
5408
|
+
"U 1.30 SHGC 0.45 Simple Glazing"
|
5409
|
+
]
|
5410
|
+
},
|
5411
|
+
{
|
5412
|
+
"name": "U 0.61 SHGC 0.45 Simple Glazing",
|
5413
|
+
"intended_surface_type": "ExteriorWindow",
|
5414
|
+
"standards_construction_type": null,
|
5415
|
+
"insulation_layer": null,
|
5416
|
+
"skylight_framing": null,
|
5417
|
+
"materials": [
|
5418
|
+
"U 0.61 SHGC 0.45 Simple Glazing"
|
5419
|
+
]
|
5420
|
+
},
|
5421
|
+
{
|
5422
|
+
"name": "U 1.10 SHGC 0.45 Simple Glazing",
|
5423
|
+
"intended_surface_type": "ExteriorWindow",
|
5424
|
+
"standards_construction_type": null,
|
5425
|
+
"insulation_layer": null,
|
5426
|
+
"skylight_framing": null,
|
5427
|
+
"materials": [
|
5428
|
+
"U 1.10 SHGC 0.45 Simple Glazing"
|
5429
|
+
]
|
5430
|
+
},
|
5431
|
+
{
|
5432
|
+
"name": "U 0.58 SHGC 0.45 Simple Glazing",
|
5433
|
+
"intended_surface_type": "ExteriorWindow",
|
5434
|
+
"standards_construction_type": null,
|
5435
|
+
"insulation_layer": null,
|
5436
|
+
"skylight_framing": null,
|
5437
|
+
"materials": [
|
5438
|
+
"U 0.58 SHGC 0.45 Simple Glazing"
|
5439
|
+
]
|
5440
|
+
},
|
5441
|
+
{
|
5442
|
+
"name": "U 0.81 SHGC 0.45 Simple Glazing",
|
5443
|
+
"intended_surface_type": "ExteriorWindow",
|
5444
|
+
"standards_construction_type": null,
|
5445
|
+
"insulation_layer": null,
|
5446
|
+
"skylight_framing": null,
|
5447
|
+
"materials": [
|
5448
|
+
"U 0.81 SHGC 0.45 Simple Glazing"
|
5449
|
+
]
|
5450
|
+
},
|
5451
|
+
{
|
5452
|
+
"name": "U 1.2 SHGC 0.25 Simple Glazing",
|
5453
|
+
"intended_surface_type": "ExteriorWindow",
|
5454
|
+
"standards_construction_type": null,
|
5455
|
+
"insulation_layer": null,
|
5456
|
+
"skylight_framing": null,
|
5457
|
+
"materials": [
|
5458
|
+
"U 1.2 SHGC 0.25 Simple Glazing"
|
5459
|
+
]
|
5460
|
+
},
|
5461
|
+
{
|
5462
|
+
"name": "U 0.75 SHGC 0.25 Simple Glazing",
|
5463
|
+
"intended_surface_type": "ExteriorWindow",
|
5464
|
+
"standards_construction_type": null,
|
5465
|
+
"insulation_layer": null,
|
5466
|
+
"skylight_framing": null,
|
5467
|
+
"materials": [
|
5468
|
+
"U 0.75 SHGC 0.25 Simple Glazing"
|
5469
|
+
]
|
5470
|
+
},
|
5471
|
+
{
|
5472
|
+
"name": "U 0.7 SHGC 0.25 Simple Glazing",
|
5473
|
+
"intended_surface_type": "ExteriorWindow",
|
5474
|
+
"standards_construction_type": null,
|
5475
|
+
"insulation_layer": null,
|
5476
|
+
"skylight_framing": null,
|
5477
|
+
"materials": [
|
5478
|
+
"U 0.7 SHGC 0.25 Simple Glazing"
|
5479
|
+
]
|
5480
|
+
},
|
5481
|
+
{
|
5482
|
+
"name": "U 0.65 SHGC 0.25 Simple Glazing",
|
5483
|
+
"intended_surface_type": "ExteriorWindow",
|
5484
|
+
"standards_construction_type": null,
|
5485
|
+
"insulation_layer": null,
|
5486
|
+
"skylight_framing": null,
|
5487
|
+
"materials": [
|
5488
|
+
"U 0.65 SHGC 0.25 Simple Glazing"
|
5489
|
+
]
|
5490
|
+
},
|
5491
|
+
{
|
5492
|
+
"name": "U 0.6 SHGC 0.25 Simple Glazing",
|
5493
|
+
"intended_surface_type": "ExteriorWindow",
|
5494
|
+
"standards_construction_type": null,
|
5495
|
+
"insulation_layer": null,
|
5496
|
+
"skylight_framing": null,
|
5497
|
+
"materials": [
|
5498
|
+
"U 0.6 SHGC 0.25 Simple Glazing"
|
5499
|
+
]
|
5500
|
+
},
|
5501
|
+
{
|
5502
|
+
"name": "U 0.9 SHGC 0.25 Simple Glazing",
|
5503
|
+
"intended_surface_type": "ExteriorWindow",
|
5504
|
+
"standards_construction_type": null,
|
5505
|
+
"insulation_layer": null,
|
5506
|
+
"skylight_framing": null,
|
5507
|
+
"materials": [
|
5508
|
+
"U 0.9 SHGC 0.25 Simple Glazing"
|
5509
|
+
]
|
5510
|
+
},
|
5511
|
+
{
|
5512
|
+
"name": "U 0.4 SHGC 0.4 Simple Glazing",
|
5513
|
+
"intended_surface_type": "ExteriorWindow",
|
5514
|
+
"standards_construction_type": null,
|
5515
|
+
"insulation_layer": null,
|
5516
|
+
"skylight_framing": null,
|
5517
|
+
"materials": [
|
5518
|
+
"U 0.4 SHGC 0.4 Simple Glazing"
|
5519
|
+
]
|
5520
|
+
},
|
5521
|
+
{
|
5522
|
+
"name": "U 0.55 SHGC 0.4 Simple Glazing",
|
5523
|
+
"intended_surface_type": "ExteriorWindow",
|
5524
|
+
"standards_construction_type": null,
|
5525
|
+
"insulation_layer": null,
|
5526
|
+
"skylight_framing": null,
|
5527
|
+
"materials": [
|
5528
|
+
"U 0.55 SHGC 0.4 Simple Glazing"
|
5529
|
+
]
|
5530
|
+
},
|
5531
|
+
{
|
5532
|
+
"name": "U 0.85 SHGC 0.4 Simple Glazing",
|
5533
|
+
"intended_surface_type": "ExteriorWindow",
|
5534
|
+
"standards_construction_type": null,
|
5535
|
+
"insulation_layer": null,
|
5536
|
+
"skylight_framing": null,
|
5537
|
+
"materials": [
|
5538
|
+
"U 0.85 SHGC 0.4 Simple Glazing"
|
5539
|
+
]
|
5540
|
+
},
|
5541
|
+
{
|
5542
|
+
"name": "U 0.35 SHGC 0.4 Simple Glazing",
|
5543
|
+
"intended_surface_type": "ExteriorWindow",
|
5544
|
+
"standards_construction_type": null,
|
5545
|
+
"insulation_layer": null,
|
5546
|
+
"skylight_framing": null,
|
5547
|
+
"materials": [
|
5548
|
+
"U 0.35 SHGC 0.4 Simple Glazing"
|
5549
|
+
]
|
5550
|
+
},
|
5551
|
+
{
|
5552
|
+
"name": "U 0.45 SHGC 0.4 Simple Glazing",
|
5553
|
+
"intended_surface_type": "ExteriorWindow",
|
5554
|
+
"standards_construction_type": null,
|
5555
|
+
"insulation_layer": null,
|
5556
|
+
"skylight_framing": null,
|
5557
|
+
"materials": [
|
5558
|
+
"U 0.45 SHGC 0.4 Simple Glazing"
|
5559
|
+
]
|
5560
|
+
},
|
5561
|
+
{
|
5562
|
+
"name": "U 0.8 SHGC 0.4 Simple Glazing",
|
5563
|
+
"intended_surface_type": "ExteriorWindow",
|
5564
|
+
"standards_construction_type": null,
|
5565
|
+
"insulation_layer": null,
|
5566
|
+
"skylight_framing": null,
|
5567
|
+
"materials": [
|
5568
|
+
"U 0.8 SHGC 0.4 Simple Glazing"
|
5569
|
+
]
|
5570
|
+
},
|
5571
|
+
{
|
5572
|
+
"name": "U 0.65 SHGC 0.45 Simple Glazing",
|
5573
|
+
"intended_surface_type": "ExteriorWindow",
|
5574
|
+
"standards_construction_type": null,
|
5575
|
+
"insulation_layer": null,
|
5576
|
+
"skylight_framing": null,
|
5577
|
+
"materials": [
|
5578
|
+
"U 0.65 SHGC 0.45 Simple Glazing"
|
5579
|
+
]
|
5580
|
+
},
|
5581
|
+
{
|
5582
|
+
"name": "U 0.6 SHGC 0.45 Simple Glazing",
|
5583
|
+
"intended_surface_type": "ExteriorWindow",
|
5584
|
+
"standards_construction_type": null,
|
5585
|
+
"insulation_layer": null,
|
5586
|
+
"skylight_framing": null,
|
5587
|
+
"materials": [
|
5588
|
+
"U 0.6 SHGC 0.45 Simple Glazing"
|
5589
|
+
]
|
5590
|
+
},
|
5591
|
+
{
|
5592
|
+
"name": "U 0.9 SHGC 0.45 Simple Glazing",
|
5593
|
+
"intended_surface_type": "ExteriorWindow",
|
5594
|
+
"standards_construction_type": null,
|
5595
|
+
"insulation_layer": null,
|
5596
|
+
"skylight_framing": null,
|
5597
|
+
"materials": [
|
5598
|
+
"U 0.9 SHGC 0.45 Simple Glazing"
|
5599
|
+
]
|
5600
|
+
},
|
5601
|
+
{
|
5602
|
+
"name": "U 0.4 SHGC 0.45 Simple Glazing",
|
5603
|
+
"intended_surface_type": "ExteriorWindow",
|
5604
|
+
"standards_construction_type": null,
|
5605
|
+
"insulation_layer": null,
|
5606
|
+
"skylight_framing": null,
|
5607
|
+
"materials": [
|
5608
|
+
"U 0.4 SHGC 0.45 Simple Glazing"
|
5609
|
+
]
|
5610
|
+
},
|
5611
|
+
{
|
5612
|
+
"name": "U 0.8 SHGC 0.45 Simple Glazing",
|
5613
|
+
"intended_surface_type": "ExteriorWindow",
|
5614
|
+
"standards_construction_type": null,
|
5615
|
+
"insulation_layer": null,
|
5616
|
+
"skylight_framing": null,
|
5617
|
+
"materials": [
|
5618
|
+
"U 0.8 SHGC 0.45 Simple Glazing"
|
5619
|
+
]
|
5620
|
+
},
|
5621
|
+
{
|
5622
|
+
"name": "U 1.17 SHGC 0.65 Simple Glazing",
|
5623
|
+
"intended_surface_type": "ExteriorWindow",
|
5624
|
+
"standards_construction_type": null,
|
5625
|
+
"insulation_layer": null,
|
5626
|
+
"skylight_framing": null,
|
5627
|
+
"materials": [
|
5628
|
+
"U 1.17 SHGC 0.65 Simple Glazing"
|
5629
|
+
]
|
5630
|
+
},
|
5631
|
+
{
|
5632
|
+
"name": "U 1.17 SHGC 0.27 Simple Glazing",
|
5633
|
+
"intended_surface_type": "ExteriorWindow",
|
5634
|
+
"standards_construction_type": null,
|
5635
|
+
"insulation_layer": null,
|
5636
|
+
"skylight_framing": null,
|
5637
|
+
"materials": [
|
5638
|
+
"U 1.17 SHGC 0.27 Simple Glazing"
|
5639
|
+
]
|
5640
|
+
},
|
5641
|
+
{
|
5642
|
+
"name": "U 1.80 SHGC 0.45 Simple Glazing",
|
5643
|
+
"intended_surface_type": "ExteriorWindow",
|
5644
|
+
"standards_construction_type": null,
|
5645
|
+
"insulation_layer": null,
|
5646
|
+
"skylight_framing": null,
|
5647
|
+
"materials": [
|
5648
|
+
"U 1.80 SHGC 0.45 Simple Glazing"
|
5649
|
+
]
|
5650
|
+
},
|
5651
|
+
{
|
5652
|
+
"name": "U 0.4 SHGC 0.25 Simple Glazing",
|
5653
|
+
"intended_surface_type": "ExteriorWindow",
|
5654
|
+
"standards_construction_type": null,
|
5655
|
+
"insulation_layer": null,
|
5656
|
+
"skylight_framing": null,
|
5657
|
+
"materials": [
|
5658
|
+
"U 0.4 SHGC 0.25 Simple Glazing"
|
5659
|
+
]
|
5660
|
+
},
|
5661
|
+
{
|
5662
|
+
"name": "U 0.35 SHGC 0.25 Simple Glazing",
|
5663
|
+
"intended_surface_type": "ExteriorWindow",
|
5664
|
+
"standards_construction_type": null,
|
5665
|
+
"insulation_layer": null,
|
5666
|
+
"skylight_framing": null,
|
5667
|
+
"materials": [
|
5668
|
+
"U 0.35 SHGC 0.25 Simple Glazing"
|
5669
|
+
]
|
5670
|
+
},
|
5671
|
+
{
|
5672
|
+
"name": "U 1.70 SHGC 0.45 Simple Glazing",
|
5673
|
+
"intended_surface_type": "ExteriorWindow",
|
5674
|
+
"standards_construction_type": null,
|
5675
|
+
"insulation_layer": null,
|
5676
|
+
"skylight_framing": null,
|
5677
|
+
"materials": [
|
5678
|
+
"U 1.70 SHGC 0.45 Simple Glazing"
|
5679
|
+
]
|
5680
|
+
},
|
5681
|
+
{
|
5682
|
+
"name": "U 0.42 SHGC 0.4 Simple Glazing",
|
5683
|
+
"intended_surface_type": "ExteriorWindow",
|
5684
|
+
"standards_construction_type": null,
|
5685
|
+
"insulation_layer": null,
|
5686
|
+
"skylight_framing": null,
|
5687
|
+
"materials": [
|
5688
|
+
"U 0.42 SHGC 0.4 Simple Glazing"
|
5689
|
+
]
|
5690
|
+
},
|
5691
|
+
{
|
5692
|
+
"name": "U 0.77 SHGC 0.4 Simple Glazing",
|
5693
|
+
"intended_surface_type": "ExteriorWindow",
|
5694
|
+
"standards_construction_type": null,
|
5695
|
+
"insulation_layer": null,
|
5696
|
+
"skylight_framing": null,
|
5697
|
+
"materials": [
|
5698
|
+
"U 0.77 SHGC 0.4 Simple Glazing"
|
5699
|
+
]
|
5700
|
+
},
|
5701
|
+
{
|
5702
|
+
"name": "U 1.15 SHGC 0.45 Simple Glazing",
|
5703
|
+
"intended_surface_type": "ExteriorWindow",
|
5704
|
+
"standards_construction_type": null,
|
5705
|
+
"insulation_layer": null,
|
5706
|
+
"skylight_framing": null,
|
5707
|
+
"materials": [
|
5708
|
+
"U 1.15 SHGC 0.45 Simple Glazing"
|
5709
|
+
]
|
5710
|
+
},
|
5711
|
+
{
|
5712
|
+
"name": "U 0.32 SHGC 0.4 Simple Glazing",
|
5713
|
+
"intended_surface_type": "ExteriorWindow",
|
5714
|
+
"standards_construction_type": null,
|
5715
|
+
"insulation_layer": null,
|
5716
|
+
"skylight_framing": null,
|
5717
|
+
"materials": [
|
5718
|
+
"U 0.32 SHGC 0.4 Simple Glazing"
|
5719
|
+
]
|
5720
|
+
},
|
5721
|
+
{
|
5722
|
+
"name": "U 0.7 SHGC 0.45 Simple Glazing",
|
5723
|
+
"intended_surface_type": "ExteriorWindow",
|
5724
|
+
"standards_construction_type": null,
|
5725
|
+
"insulation_layer": null,
|
5726
|
+
"skylight_framing": null,
|
5727
|
+
"materials": [
|
5728
|
+
"U 0.7 SHGC 0.45 Simple Glazing"
|
5729
|
+
]
|
5730
|
+
},
|
5731
|
+
{
|
5732
|
+
"name": "U 0.59 SHGC 0.45 Simple Glazing",
|
5733
|
+
"intended_surface_type": "ExteriorWindow",
|
5734
|
+
"standards_construction_type": null,
|
5735
|
+
"insulation_layer": null,
|
5736
|
+
"skylight_framing": null,
|
5737
|
+
"materials": [
|
5738
|
+
"U 0.59 SHGC 0.45 Simple Glazing"
|
5739
|
+
]
|
5740
|
+
},
|
5741
|
+
{
|
5742
|
+
"name": "U 0.85 SHGC 0.45 Simple Glazing",
|
5743
|
+
"intended_surface_type": "ExteriorWindow",
|
5744
|
+
"standards_construction_type": null,
|
5745
|
+
"insulation_layer": null,
|
5746
|
+
"skylight_framing": null,
|
5747
|
+
"materials": [
|
5748
|
+
"U 0.85 SHGC 0.45 Simple Glazing"
|
5749
|
+
]
|
5750
|
+
},
|
5751
|
+
{
|
5752
|
+
"name": "U 0.44 SHGC 0.45 Simple Glazing",
|
5753
|
+
"intended_surface_type": "ExteriorWindow",
|
5754
|
+
"standards_construction_type": null,
|
5755
|
+
"insulation_layer": null,
|
5756
|
+
"skylight_framing": null,
|
5757
|
+
"materials": [
|
5758
|
+
"U 0.44 SHGC 0.45 Simple Glazing"
|
5759
|
+
]
|
5760
|
+
},
|
5761
|
+
{
|
5762
|
+
"name": "U 0.93 SHGC 0.25 Simple Glazing",
|
5763
|
+
"intended_surface_type": "ExteriorWindow",
|
5764
|
+
"standards_construction_type": null,
|
5765
|
+
"insulation_layer": null,
|
5766
|
+
"skylight_framing": null,
|
5767
|
+
"materials": [
|
5768
|
+
"U 0.93 SHGC 0.25 Simple Glazing"
|
5769
|
+
]
|
5770
|
+
},
|
5771
|
+
{
|
5772
|
+
"name": "U 0.75 SHGC 0.45 Simple Glazing",
|
5773
|
+
"intended_surface_type": "ExteriorWindow",
|
5774
|
+
"standards_construction_type": null,
|
5775
|
+
"insulation_layer": null,
|
5776
|
+
"skylight_framing": null,
|
5777
|
+
"materials": [
|
5778
|
+
"U 0.75 SHGC 0.45 Simple Glazing"
|
5779
|
+
]
|
5780
|
+
},
|
5781
|
+
{
|
5782
|
+
"name": "U 1.80 SHGC 0.36 Simple Glazing",
|
5783
|
+
"intended_surface_type": "ExteriorWindow",
|
5784
|
+
"standards_construction_type": null,
|
5785
|
+
"insulation_layer": null,
|
5786
|
+
"skylight_framing": null,
|
5787
|
+
"materials": [
|
5788
|
+
"U 1.80 SHGC 0.36 Simple Glazing"
|
5789
|
+
]
|
5790
|
+
},
|
5791
|
+
{
|
5792
|
+
"name": "U 0.2 SHGC 0.45 Simple Glazing",
|
5793
|
+
"intended_surface_type": "ExteriorWindow",
|
5794
|
+
"standards_construction_type": null,
|
5795
|
+
"insulation_layer": null,
|
5796
|
+
"skylight_framing": null,
|
5797
|
+
"materials": [
|
5798
|
+
"U 0.2 SHGC 0.45 Simple Glazing"
|
5799
|
+
]
|
5800
|
+
},
|
5801
|
+
{
|
5802
|
+
"name": "U 1.8 SHGC 0.45 Simple Glazing",
|
5803
|
+
"intended_surface_type": "ExteriorWindow",
|
5804
|
+
"standards_construction_type": null,
|
5805
|
+
"insulation_layer": null,
|
5806
|
+
"skylight_framing": null,
|
5807
|
+
"materials": [
|
5808
|
+
"U 1.8 SHGC 0.45 Simple Glazing"
|
5809
|
+
]
|
5810
|
+
},
|
5811
|
+
{
|
5812
|
+
"name": "U 1.7 SHGC 0.45 Simple Glazing",
|
5813
|
+
"intended_surface_type": "ExteriorWindow",
|
5814
|
+
"standards_construction_type": null,
|
5815
|
+
"insulation_layer": null,
|
5816
|
+
"skylight_framing": null,
|
5817
|
+
"materials": [
|
5818
|
+
"U 1.7 SHGC 0.45 Simple Glazing"
|
5819
|
+
]
|
5820
|
+
},
|
5821
|
+
{
|
5822
|
+
"name": "U 0.46 SHGC 0.38 Simple Glazing",
|
5823
|
+
"intended_surface_type": "ExteriorWindow",
|
5824
|
+
"standards_construction_type": null,
|
5825
|
+
"insulation_layer": null,
|
5826
|
+
"skylight_framing": null,
|
5827
|
+
"materials": [
|
5828
|
+
"U 0.46 SHGC 0.38 Simple Glazing"
|
5829
|
+
]
|
5830
|
+
},
|
5831
|
+
{
|
5832
|
+
"name": "U 0.41 SHGC 0.45 Simple Glazing",
|
5833
|
+
"intended_surface_type": "ExteriorWindow",
|
5834
|
+
"standards_construction_type": null,
|
5835
|
+
"insulation_layer": null,
|
5836
|
+
"skylight_framing": null,
|
5837
|
+
"materials": [
|
5838
|
+
"U 0.41 SHGC 0.45 Simple Glazing"
|
5839
|
+
]
|
5840
|
+
},
|
5841
|
+
{
|
5842
|
+
"name": "U 0.65 SHGC 0.22 Simple Glazing",
|
5843
|
+
"intended_surface_type": "ExteriorWindow",
|
5844
|
+
"standards_construction_type": null,
|
5845
|
+
"insulation_layer": null,
|
5846
|
+
"skylight_framing": null,
|
5847
|
+
"materials": [
|
5848
|
+
"U 0.65 SHGC 0.22 Simple Glazing"
|
5849
|
+
]
|
5850
|
+
},
|
5851
|
+
{
|
5852
|
+
"name": "U 0.48 SHGC 0.45 Simple Glazing",
|
5853
|
+
"intended_surface_type": "ExteriorWindow",
|
5854
|
+
"standards_construction_type": null,
|
5855
|
+
"insulation_layer": null,
|
5856
|
+
"skylight_framing": null,
|
5857
|
+
"materials": [
|
5858
|
+
"U 0.48 SHGC 0.45 Simple Glazing"
|
5859
|
+
]
|
5860
|
+
},
|
5861
|
+
{
|
5862
|
+
"name": "U 1.22 SHGC 0.40 Simple Glazing",
|
5863
|
+
"intended_surface_type": "ExteriorWindow",
|
5864
|
+
"standards_construction_type": null,
|
5865
|
+
"insulation_layer": null,
|
5866
|
+
"skylight_framing": null,
|
5867
|
+
"materials": [
|
5868
|
+
"U 1.22 SHGC 0.40 Simple Glazing"
|
5869
|
+
]
|
5870
|
+
},
|
5871
|
+
{
|
5872
|
+
"name": "U 1.36 SHGC 0.55 Simple Glazing",
|
5873
|
+
"intended_surface_type": "ExteriorWindow",
|
5874
|
+
"standards_construction_type": null,
|
5875
|
+
"insulation_layer": null,
|
5876
|
+
"skylight_framing": null,
|
5877
|
+
"materials": [
|
5878
|
+
"U 1.36 SHGC 0.55 Simple Glazing"
|
5879
|
+
]
|
5880
|
+
},
|
5881
|
+
{
|
5882
|
+
"name": "U 1.22 SHGC 0.4 Simple Glazing",
|
5883
|
+
"intended_surface_type": "ExteriorWindow",
|
5884
|
+
"standards_construction_type": null,
|
5885
|
+
"insulation_layer": null,
|
5886
|
+
"skylight_framing": null,
|
5887
|
+
"materials": [
|
5888
|
+
"U 1.22 SHGC 0.4 Simple Glazing"
|
5889
|
+
]
|
5890
|
+
},
|
5891
|
+
{
|
5892
|
+
"name": "U 0.46 SHGC 0.4 Simple Glazing",
|
5893
|
+
"intended_surface_type": "ExteriorWindow",
|
5894
|
+
"standards_construction_type": null,
|
5895
|
+
"insulation_layer": null,
|
5896
|
+
"skylight_framing": null,
|
5897
|
+
"materials": [
|
5898
|
+
"U 0.46 SHGC 0.4 Simple Glazing"
|
5899
|
+
]
|
5900
|
+
},
|
5901
|
+
{
|
5902
|
+
"name": "U 0.58 SHGC 0.55 Simple Glazing",
|
5903
|
+
"intended_surface_type": "ExteriorWindow",
|
5904
|
+
"standards_construction_type": null,
|
5905
|
+
"insulation_layer": null,
|
5906
|
+
"skylight_framing": null,
|
5907
|
+
"materials": [
|
5908
|
+
"U 0.58 SHGC 0.55 Simple Glazing"
|
5909
|
+
]
|
5910
|
+
},
|
5911
|
+
{
|
5912
|
+
"name": "U 0.81 SHGC 0.55 Simple Glazing",
|
5913
|
+
"intended_surface_type": "ExteriorWindow",
|
5914
|
+
"standards_construction_type": null,
|
5915
|
+
"insulation_layer": null,
|
5916
|
+
"skylight_framing": null,
|
5917
|
+
"materials": [
|
5918
|
+
"U 0.81 SHGC 0.55 Simple Glazing"
|
5919
|
+
]
|
4630
5920
|
}
|
4631
5921
|
]
|
4632
5922
|
}
|