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
@@ -344,20 +344,20 @@
|
|
344
344
|
"name": "DEER Metal Framed Window",
|
345
345
|
"intended_surface_type": "ExteriorWindow",
|
346
346
|
"standards_construction_type": "Nonmetal framing (all)",
|
347
|
-
"insulation_layer":
|
347
|
+
"insulation_layer": "Simple Glazing",
|
348
348
|
"skylight_framing": null,
|
349
349
|
"materials": [
|
350
|
-
"Simple Glazing
|
350
|
+
"Simple Glazing"
|
351
351
|
]
|
352
352
|
},
|
353
353
|
{
|
354
354
|
"name": "DEER Skylight",
|
355
355
|
"intended_surface_type": "ExteriorWindow",
|
356
356
|
"standards_construction_type": "Nonmetal framing (all)",
|
357
|
-
"insulation_layer":
|
357
|
+
"insulation_layer": "Simple Glazing",
|
358
358
|
"skylight_framing": null,
|
359
359
|
"materials": [
|
360
|
-
"Simple Glazing
|
360
|
+
"Simple Glazing"
|
361
361
|
]
|
362
362
|
},
|
363
363
|
{
|
@@ -1319,1321 +1319,7 @@
|
|
1319
1319
|
]
|
1320
1320
|
},
|
1321
1321
|
{
|
1322
|
-
"name": "U 0.
|
1323
|
-
"intended_surface_type": "ExteriorWindow",
|
1324
|
-
"standards_construction_type": "Metal framing (all other)",
|
1325
|
-
"insulation_layer": null,
|
1326
|
-
"skylight_framing": null,
|
1327
|
-
"materials": [
|
1328
|
-
"BRONZE 6MM",
|
1329
|
-
"AIR 13MM",
|
1330
|
-
"COATED POLY-55",
|
1331
|
-
"AIR 13MM",
|
1332
|
-
"CLEAR 3MM"
|
1333
|
-
]
|
1334
|
-
},
|
1335
|
-
{
|
1336
|
-
"name": "U 0.24 SHGC 0.11 Dbl LoE Elec Abs Colored 6mm/13mm Arg",
|
1337
|
-
"intended_surface_type": "ExteriorWindow",
|
1338
|
-
"standards_construction_type": "Metal framing (all other)",
|
1339
|
-
"insulation_layer": null,
|
1340
|
-
"skylight_framing": null,
|
1341
|
-
"materials": [
|
1342
|
-
"ECABS-2 COLORED 6MM",
|
1343
|
-
"ARGON 13MM",
|
1344
|
-
"LoE SPEC SEL CLEAR 6MM Rev"
|
1345
|
-
]
|
1346
|
-
},
|
1347
|
-
{
|
1348
|
-
"name": "U 0.24 SHGC 0.16 Dbl Elec Abs Colored 6mm/13mm Arg",
|
1349
|
-
"intended_surface_type": "ExteriorWindow",
|
1350
|
-
"standards_construction_type": "Metal framing (all other)",
|
1351
|
-
"insulation_layer": null,
|
1352
|
-
"skylight_framing": null,
|
1353
|
-
"materials": [
|
1354
|
-
"ECABS-2 COLORED 6MM",
|
1355
|
-
"ARGON 13MM",
|
1356
|
-
"CLEAR 6MM"
|
1357
|
-
]
|
1358
|
-
},
|
1359
|
-
{
|
1360
|
-
"name": "U 0.24 SHGC 0.23 Dbl LoE Spec Sel Tint 6mm/13mm Arg",
|
1361
|
-
"intended_surface_type": "ExteriorWindow",
|
1362
|
-
"standards_construction_type": "Metal framing (all other)",
|
1363
|
-
"insulation_layer": null,
|
1364
|
-
"skylight_framing": null,
|
1365
|
-
"materials": [
|
1366
|
-
"LoE SPEC SEL TINT 6MM",
|
1367
|
-
"ARGON 13MM",
|
1368
|
-
"CLEAR 6MM"
|
1369
|
-
]
|
1370
|
-
},
|
1371
|
-
{
|
1372
|
-
"name": "U 0.25 SHGC 0.40 Dbl LoE (e2-.1) Tint 6mm/13mm Arg",
|
1373
|
-
"intended_surface_type": "ExteriorWindow",
|
1374
|
-
"standards_construction_type": "Metal framing (all other)",
|
1375
|
-
"insulation_layer": null,
|
1376
|
-
"skylight_framing": null,
|
1377
|
-
"materials": [
|
1378
|
-
"LoE TINT 6MM",
|
1379
|
-
"ARGON 13MM",
|
1380
|
-
"CLEAR 6MM"
|
1381
|
-
]
|
1382
|
-
},
|
1383
|
-
{
|
1384
|
-
"name": "U 0.29 SHGC 0.11 Dbl LoE Elec Ref Colored 6mm/13mm Air",
|
1385
|
-
"intended_surface_type": "ExteriorWindow",
|
1386
|
-
"standards_construction_type": "Metal framing (all other)",
|
1387
|
-
"insulation_layer": null,
|
1388
|
-
"skylight_framing": null,
|
1389
|
-
"materials": [
|
1390
|
-
"ECREF-2 COLORED 6MM",
|
1391
|
-
"AIR 13MM",
|
1392
|
-
"LoE SPEC SEL CLEAR 6MM Rev"
|
1393
|
-
]
|
1394
|
-
},
|
1395
|
-
{
|
1396
|
-
"name": "U 0.29 SHGC 0.17 Dbl Elec Abs Colored 6mm/13mm Air",
|
1397
|
-
"intended_surface_type": "ExteriorWindow",
|
1398
|
-
"standards_construction_type": "Metal framing (all other)",
|
1399
|
-
"insulation_layer": null,
|
1400
|
-
"skylight_framing": null,
|
1401
|
-
"materials": [
|
1402
|
-
"ECABS-2 COLORED 6MM",
|
1403
|
-
"AIR 13MM",
|
1404
|
-
"CLEAR 6MM"
|
1405
|
-
]
|
1406
|
-
},
|
1407
|
-
{
|
1408
|
-
"name": "U 0.29 SHGC 0.22 Trp LoE Film (55) Bronze 6mm/6mm Air",
|
1409
|
-
"intended_surface_type": "ExteriorWindow",
|
1410
|
-
"standards_construction_type": "Metal framing (all other)",
|
1411
|
-
"insulation_layer": null,
|
1412
|
-
"skylight_framing": null,
|
1413
|
-
"materials": [
|
1414
|
-
"BRONZE 6MM",
|
1415
|
-
"AIR 6MM",
|
1416
|
-
"COATED POLY-55",
|
1417
|
-
"AIR 6MM",
|
1418
|
-
"CLEAR 3MM"
|
1419
|
-
]
|
1420
|
-
},
|
1421
|
-
{
|
1422
|
-
"name": "U 0.30 SHGC 0.40 Dbl LoE (e2-.1) Tint 6mm/13mm Air",
|
1423
|
-
"intended_surface_type": "ExteriorWindow",
|
1424
|
-
"standards_construction_type": "Metal framing (all other)",
|
1425
|
-
"insulation_layer": null,
|
1426
|
-
"skylight_framing": null,
|
1427
|
-
"materials": [
|
1428
|
-
"LoE TINT 6MM",
|
1429
|
-
"AIR 13MM",
|
1430
|
-
"CLEAR 6MM"
|
1431
|
-
]
|
1432
|
-
},
|
1433
|
-
{
|
1434
|
-
"name": "U 0.33 SHGC 0.11 Dbl LoE Elec Ref Colored 6mm/13mm Air",
|
1435
|
-
"intended_surface_type": "ExteriorWindow",
|
1436
|
-
"standards_construction_type": "Metal framing (all other)",
|
1437
|
-
"insulation_layer": null,
|
1438
|
-
"skylight_framing": null,
|
1439
|
-
"materials": [
|
1440
|
-
"ECREF-2 COLORED 6MM",
|
1441
|
-
"AIR 13MM",
|
1442
|
-
"LoE SPEC SEL CLEAR 6MM Rev"
|
1443
|
-
]
|
1444
|
-
},
|
1445
|
-
{
|
1446
|
-
"name": "U 0.33 SHGC 0.40 Dbl LoE (e2-.1) Tint 6mm/13mm Air",
|
1447
|
-
"intended_surface_type": "ExteriorWindow",
|
1448
|
-
"standards_construction_type": "Metal framing (all other)",
|
1449
|
-
"insulation_layer": null,
|
1450
|
-
"skylight_framing": null,
|
1451
|
-
"materials": [
|
1452
|
-
"LoE TINT 6MM",
|
1453
|
-
"AIR 13MM",
|
1454
|
-
"CLEAR 6MM"
|
1455
|
-
]
|
1456
|
-
},
|
1457
|
-
{
|
1458
|
-
"name": "U 0.33 SHGC 0.45 Trp LoE Film (77) Clr 3mm/6mm Air",
|
1459
|
-
"intended_surface_type": "ExteriorWindow",
|
1460
|
-
"standards_construction_type": "Metal framing (all other)",
|
1461
|
-
"insulation_layer": null,
|
1462
|
-
"skylight_framing": null,
|
1463
|
-
"materials": [
|
1464
|
-
"CLEAR 3MM",
|
1465
|
-
"AIR 6MM",
|
1466
|
-
"COATED POLY-77",
|
1467
|
-
"AIR 6MM",
|
1468
|
-
"CLEAR 3MM"
|
1469
|
-
]
|
1470
|
-
},
|
1471
|
-
{
|
1472
|
-
"name": "U 0.34 SHGC 0.40 Dbl LoE (e2-.1) Tint 6mm/13mm Air",
|
1473
|
-
"intended_surface_type": "ExteriorWindow",
|
1474
|
-
"standards_construction_type": "Metal framing (all other)",
|
1475
|
-
"insulation_layer": null,
|
1476
|
-
"skylight_framing": null,
|
1477
|
-
"materials": [
|
1478
|
-
"LoE TINT 6MM",
|
1479
|
-
"AIR 13MM",
|
1480
|
-
"CLEAR 6MM"
|
1481
|
-
]
|
1482
|
-
},
|
1483
|
-
{
|
1484
|
-
"name": "U 0.34 SHGC 0.45 Dbl LoE (e2-.2) Clr 6mm/13mm Air",
|
1485
|
-
"intended_surface_type": "ExteriorWindow",
|
1486
|
-
"standards_construction_type": "Metal framing (all other)",
|
1487
|
-
"insulation_layer": null,
|
1488
|
-
"skylight_framing": null,
|
1489
|
-
"materials": [
|
1490
|
-
"PYR B CLEAR 6MM",
|
1491
|
-
"AIR 13MM",
|
1492
|
-
"CLEAR 6MM"
|
1493
|
-
]
|
1494
|
-
},
|
1495
|
-
{
|
1496
|
-
"name": "U 0.35 SHGC 0.26 Dbl Ref-C-M Clr 6mm/13mm Arg",
|
1497
|
-
"intended_surface_type": "ExteriorWindow",
|
1498
|
-
"standards_construction_type": "Metal framing (all other)",
|
1499
|
-
"insulation_layer": null,
|
1500
|
-
"skylight_framing": null,
|
1501
|
-
"materials": [
|
1502
|
-
"REF C CLEAR MID 6MM",
|
1503
|
-
"ARGON 13MM",
|
1504
|
-
"CLEAR 6MM"
|
1505
|
-
]
|
1506
|
-
},
|
1507
|
-
{
|
1508
|
-
"name": "U 0.35 SHGC 0.35 Dbl LoE (e2-.1) Tint 6mm/13mm Air",
|
1509
|
-
"intended_surface_type": "ExteriorWindow",
|
1510
|
-
"standards_construction_type": "Metal framing (all other)",
|
1511
|
-
"insulation_layer": null,
|
1512
|
-
"skylight_framing": null,
|
1513
|
-
"materials": [
|
1514
|
-
"LoE TINT 6MM",
|
1515
|
-
"AIR 13MM",
|
1516
|
-
"CLEAR 6MM"
|
1517
|
-
]
|
1518
|
-
},
|
1519
|
-
{
|
1520
|
-
"name": "U 0.36 SHGC 0.35 Dbl LoE Spec Sel Tint 6mm/6mm Air",
|
1521
|
-
"intended_surface_type": "ExteriorWindow",
|
1522
|
-
"standards_construction_type": "Metal framing (all other)",
|
1523
|
-
"insulation_layer": null,
|
1524
|
-
"skylight_framing": null,
|
1525
|
-
"materials": [
|
1526
|
-
"LoE SPEC SEL TINT 6MM",
|
1527
|
-
"AIR 6MM",
|
1528
|
-
"CLEAR 6MM"
|
1529
|
-
]
|
1530
|
-
},
|
1531
|
-
{
|
1532
|
-
"name": "U 0.38 SHGC 0.26 Dbl Ref B-H Tint 6mm/13mm Arg",
|
1533
|
-
"intended_surface_type": "ExteriorWindow",
|
1534
|
-
"standards_construction_type": "Metal framing (all other)",
|
1535
|
-
"insulation_layer": null,
|
1536
|
-
"skylight_framing": null,
|
1537
|
-
"materials": [
|
1538
|
-
"REF B TINT HI 6MM",
|
1539
|
-
"ARGON 13MM",
|
1540
|
-
"CLEAR 6MM"
|
1541
|
-
]
|
1542
|
-
},
|
1543
|
-
{
|
1544
|
-
"name": "U 0.38 SHGC 0.30 Dbl Ref-B-H Clr 6mm/13mm Arg",
|
1545
|
-
"intended_surface_type": "ExteriorWindow",
|
1546
|
-
"standards_construction_type": "Metal framing (all other)",
|
1547
|
-
"insulation_layer": null,
|
1548
|
-
"skylight_framing": null,
|
1549
|
-
"materials": [
|
1550
|
-
"REF B CLEAR HI 6MM",
|
1551
|
-
"ARGON 13MM",
|
1552
|
-
"CLEAR 6MM"
|
1553
|
-
]
|
1554
|
-
},
|
1555
|
-
{
|
1556
|
-
"name": "U 0.39 SHGC 0.32",
|
1557
|
-
"intended_surface_type": "ExteriorWindow",
|
1558
|
-
"standards_construction_type": "Metal framing (all other)",
|
1559
|
-
"insulation_layer": null,
|
1560
|
-
"skylight_framing": null,
|
1561
|
-
"materials": [
|
1562
|
-
"Theoretical Glass 347"
|
1563
|
-
]
|
1564
|
-
},
|
1565
|
-
{
|
1566
|
-
"name": "U 0.39 SHGC 0.38",
|
1567
|
-
"intended_surface_type": "ExteriorWindow",
|
1568
|
-
"standards_construction_type": "Metal framing (all other)",
|
1569
|
-
"insulation_layer": null,
|
1570
|
-
"skylight_framing": null,
|
1571
|
-
"materials": [
|
1572
|
-
"Theoretical Glass 297"
|
1573
|
-
]
|
1574
|
-
},
|
1575
|
-
{
|
1576
|
-
"name": "U 0.40 SHGC 0.43 Dbl LoE Spec Sel Clr 3mm/6mm/6mm Air",
|
1577
|
-
"intended_surface_type": "ExteriorWindow",
|
1578
|
-
"standards_construction_type": "Metal framing (all other)",
|
1579
|
-
"insulation_layer": null,
|
1580
|
-
"skylight_framing": null,
|
1581
|
-
"materials": [
|
1582
|
-
"LoE SPEC SEL CLEAR 3MM",
|
1583
|
-
"AIR 6MM",
|
1584
|
-
"CLEAR 6MM"
|
1585
|
-
]
|
1586
|
-
},
|
1587
|
-
{
|
1588
|
-
"name": "U 0.40 SHGC 0.45",
|
1589
|
-
"intended_surface_type": "ExteriorWindow",
|
1590
|
-
"standards_construction_type": "Metal framing (all other)",
|
1591
|
-
"insulation_layer": null,
|
1592
|
-
"skylight_framing": null,
|
1593
|
-
"materials": [
|
1594
|
-
"ECABS-2 BLEACHED 6MM",
|
1595
|
-
"AIR 6MM",
|
1596
|
-
"LoE SPEC SEL CLEAR 6MM Rev"
|
1597
|
-
]
|
1598
|
-
},
|
1599
|
-
{
|
1600
|
-
"name": "U 0.42 SHGC 0.35 Dbl LoE (e2-.1) Tint 6mm/6mm Air",
|
1601
|
-
"intended_surface_type": "ExteriorWindow",
|
1602
|
-
"standards_construction_type": "Metal framing (all other)",
|
1603
|
-
"insulation_layer": null,
|
1604
|
-
"skylight_framing": null,
|
1605
|
-
"materials": [
|
1606
|
-
"LoE TINT 6MM",
|
1607
|
-
"AIR 6MM",
|
1608
|
-
"CLEAR 6MM"
|
1609
|
-
]
|
1610
|
-
},
|
1611
|
-
{
|
1612
|
-
"name": "U 0.42 SHGC 0.40 Dbl LoE (e2-.1) Tint 6mm/6mm Air",
|
1613
|
-
"intended_surface_type": "ExteriorWindow",
|
1614
|
-
"standards_construction_type": "Metal framing (all other)",
|
1615
|
-
"insulation_layer": null,
|
1616
|
-
"skylight_framing": null,
|
1617
|
-
"materials": [
|
1618
|
-
"LoE TINT 6MM",
|
1619
|
-
"AIR 6MM",
|
1620
|
-
"CLEAR 6MM"
|
1621
|
-
]
|
1622
|
-
},
|
1623
|
-
{
|
1624
|
-
"name": "U 0.42 SHGC 0.45 Dbl Ref-D Clr 6mm/13mm Arg",
|
1625
|
-
"intended_surface_type": "ExteriorWindow",
|
1626
|
-
"standards_construction_type": "Metal framing (all other)",
|
1627
|
-
"insulation_layer": null,
|
1628
|
-
"skylight_framing": null,
|
1629
|
-
"materials": [
|
1630
|
-
"REF D CLEAR 6MM",
|
1631
|
-
"ARGON 13MM",
|
1632
|
-
"CLEAR 6MM"
|
1633
|
-
]
|
1634
|
-
},
|
1635
|
-
{
|
1636
|
-
"name": "U 0.43 SHGC 0.26 Dbl Ref-B-H Clr 6mm/13mm Air",
|
1637
|
-
"intended_surface_type": "ExteriorWindow",
|
1638
|
-
"standards_construction_type": "Metal framing (all other)",
|
1639
|
-
"insulation_layer": null,
|
1640
|
-
"skylight_framing": null,
|
1641
|
-
"materials": [
|
1642
|
-
"REF B CLEAR HI 6MM",
|
1643
|
-
"AIR 13MM",
|
1644
|
-
"CLEAR 6MM"
|
1645
|
-
]
|
1646
|
-
},
|
1647
|
-
{
|
1648
|
-
"name": "U 0.43 SHGC 0.29 Dbl LoE Spec Sel Tint 6mm/6mm Air",
|
1649
|
-
"intended_surface_type": "ExteriorWindow",
|
1650
|
-
"standards_construction_type": "Metal framing (all other)",
|
1651
|
-
"insulation_layer": null,
|
1652
|
-
"skylight_framing": null,
|
1653
|
-
"materials": [
|
1654
|
-
"LoE SPEC SEL TINT 6MM",
|
1655
|
-
"AIR 6MM",
|
1656
|
-
"CLEAR 6MM"
|
1657
|
-
]
|
1658
|
-
},
|
1659
|
-
{
|
1660
|
-
"name": "U 0.44 SHGC 0.20 Dbl Ref-B-H Tint 6mm/13mm Air",
|
1661
|
-
"intended_surface_type": "ExteriorWindow",
|
1662
|
-
"standards_construction_type": "Metal framing (all other)",
|
1663
|
-
"insulation_layer": null,
|
1664
|
-
"skylight_framing": null,
|
1665
|
-
"materials": [
|
1666
|
-
"REF B TINT HI 6MM",
|
1667
|
-
"AIR 13MM",
|
1668
|
-
"CLEAR 6MM"
|
1669
|
-
]
|
1670
|
-
},
|
1671
|
-
{
|
1672
|
-
"name": "U 0.44 SHGC 0.26 Dbl Ref-B-H Clr 6mm/13mm Air",
|
1673
|
-
"intended_surface_type": "ExteriorWindow",
|
1674
|
-
"standards_construction_type": "Metal framing (all other)",
|
1675
|
-
"insulation_layer": null,
|
1676
|
-
"skylight_framing": null,
|
1677
|
-
"materials": [
|
1678
|
-
"REF B CLEAR HI 6MM",
|
1679
|
-
"AIR 13MM",
|
1680
|
-
"CLEAR 6MM"
|
1681
|
-
]
|
1682
|
-
},
|
1683
|
-
{
|
1684
|
-
"name": "U 0.45 SHGC 0.31 Dbl Ref-B-H Clr 6mm/13mm Air",
|
1685
|
-
"intended_surface_type": "ExteriorWindow",
|
1686
|
-
"standards_construction_type": "Metal framing (all other)",
|
1687
|
-
"insulation_layer": null,
|
1688
|
-
"skylight_framing": null,
|
1689
|
-
"materials": [
|
1690
|
-
"REF B CLEAR HI 6MM",
|
1691
|
-
"AIR 13MM",
|
1692
|
-
"CLEAR 6MM"
|
1693
|
-
]
|
1694
|
-
},
|
1695
|
-
{
|
1696
|
-
"name": "U 0.46 SHGC 0.45 Dbl Grey 6mm/13mm Air",
|
1697
|
-
"intended_surface_type": "ExteriorWindow",
|
1698
|
-
"standards_construction_type": "Metal framing (all other)",
|
1699
|
-
"insulation_layer": null,
|
1700
|
-
"skylight_framing": null,
|
1701
|
-
"materials": [
|
1702
|
-
"GREY 6MM",
|
1703
|
-
"AIR 13MM",
|
1704
|
-
"CLEAR 6MM"
|
1705
|
-
]
|
1706
|
-
},
|
1707
|
-
{
|
1708
|
-
"name": "U 0.48 SHGC 0.40 Dbl Ref-D Clr 6mm/13mm",
|
1709
|
-
"intended_surface_type": "ExteriorWindow",
|
1710
|
-
"standards_construction_type": "Metal framing (all other)",
|
1711
|
-
"insulation_layer": null,
|
1712
|
-
"skylight_framing": null,
|
1713
|
-
"materials": [
|
1714
|
-
"REF D CLEAR 6MM",
|
1715
|
-
"AIR 13MM",
|
1716
|
-
"CLEAR 6MM"
|
1717
|
-
]
|
1718
|
-
},
|
1719
|
-
{
|
1720
|
-
"name": "U 0.52 SHGC 0.22 Dbl Ref-B-L Clr 6mm/6mm Air",
|
1721
|
-
"intended_surface_type": "ExteriorWindow",
|
1722
|
-
"standards_construction_type": "Metal framing (all other)",
|
1723
|
-
"insulation_layer": null,
|
1724
|
-
"skylight_framing": null,
|
1725
|
-
"materials": [
|
1726
|
-
"REF B CLEAR LO 6MM",
|
1727
|
-
"AIR 6MM",
|
1728
|
-
"CLEAR 6MM"
|
1729
|
-
]
|
1730
|
-
},
|
1731
|
-
{
|
1732
|
-
"name": "Simple Glazing U 0.52 SHGC 0.39",
|
1733
|
-
"intended_surface_type": "ExteriorWindow",
|
1734
|
-
"standards_construction_type": "Metal framing (all other)",
|
1735
|
-
"insulation_layer": null,
|
1736
|
-
"skylight_framing": null,
|
1737
|
-
"materials": [
|
1738
|
-
"Simple Glazing U 0.52 SHGC 0.39"
|
1739
|
-
]
|
1740
|
-
},
|
1741
|
-
{
|
1742
|
-
"name": "U 0.52 SHGC 0.40 Dbl Ref-D Clr 6mm/13mm Air",
|
1743
|
-
"intended_surface_type": "ExteriorWindow",
|
1744
|
-
"standards_construction_type": "Metal framing (all other)",
|
1745
|
-
"insulation_layer": null,
|
1746
|
-
"skylight_framing": null,
|
1747
|
-
"materials": [
|
1748
|
-
"REF D CLEAR 6MM",
|
1749
|
-
"AIR 13MM",
|
1750
|
-
"CLEAR 6MM"
|
1751
|
-
]
|
1752
|
-
},
|
1753
|
-
{
|
1754
|
-
"name": "Simple Glazing U 0.52 SHGC 0.49",
|
1755
|
-
"intended_surface_type": "ExteriorWindow",
|
1756
|
-
"standards_construction_type": "Metal framing (all other)",
|
1757
|
-
"insulation_layer": null,
|
1758
|
-
"skylight_framing": null,
|
1759
|
-
"materials": [
|
1760
|
-
"Simple Glazing U 0.52 SHGC 0.49"
|
1761
|
-
]
|
1762
|
-
},
|
1763
|
-
{
|
1764
|
-
"name": "Simple Glazing U 0.52 SHGC 0.615",
|
1765
|
-
"intended_surface_type": "ExteriorWindow",
|
1766
|
-
"standards_construction_type": "Metal framing (all other)",
|
1767
|
-
"insulation_layer": null,
|
1768
|
-
"skylight_framing": null,
|
1769
|
-
"materials": [
|
1770
|
-
"Simple Glazing U 0.52 SHGC 0.615"
|
1771
|
-
]
|
1772
|
-
},
|
1773
|
-
{
|
1774
|
-
"name": "U 0.54 SHGC 0.13 Dbl Ref-A-L Clr 6mm/13mm Air",
|
1775
|
-
"intended_surface_type": "ExteriorWindow",
|
1776
|
-
"standards_construction_type": "Metal framing (all other)",
|
1777
|
-
"insulation_layer": null,
|
1778
|
-
"skylight_framing": null,
|
1779
|
-
"materials": [
|
1780
|
-
"REF A CLEAR LO 6MM",
|
1781
|
-
"AIR 13MM",
|
1782
|
-
"CLEAR 6MM"
|
1783
|
-
]
|
1784
|
-
},
|
1785
|
-
{
|
1786
|
-
"name": "U 0.54 SHGC 0.18 Dbl Ref-A-M Tint 6mm/6mm Air",
|
1787
|
-
"intended_surface_type": "ExteriorWindow",
|
1788
|
-
"standards_construction_type": "Metal framing (all other)",
|
1789
|
-
"insulation_layer": null,
|
1790
|
-
"skylight_framing": null,
|
1791
|
-
"materials": [
|
1792
|
-
"REF A TINT MID 6MM",
|
1793
|
-
"AIR 6MM",
|
1794
|
-
"CLEAR 6MM"
|
1795
|
-
]
|
1796
|
-
},
|
1797
|
-
{
|
1798
|
-
"name": "U 0.54 SHGC 0.27 Dbl Ref-C-H Clr 6mm/6mm Air",
|
1799
|
-
"intended_surface_type": "ExteriorWindow",
|
1800
|
-
"standards_construction_type": "Metal framing (all other)",
|
1801
|
-
"insulation_layer": null,
|
1802
|
-
"skylight_framing": null,
|
1803
|
-
"materials": [
|
1804
|
-
"REF C CLEAR HI 6MM",
|
1805
|
-
"AIR 6MM",
|
1806
|
-
"CLEAR 6MM"
|
1807
|
-
]
|
1808
|
-
},
|
1809
|
-
{
|
1810
|
-
"name": "U 0.55 SHGC 0.25",
|
1811
|
-
"intended_surface_type": "ExteriorWindow",
|
1812
|
-
"standards_construction_type": "Metal framing (all other)",
|
1813
|
-
"insulation_layer": null,
|
1814
|
-
"skylight_framing": null,
|
1815
|
-
"materials": [
|
1816
|
-
"Glass_2175_LayerAvg",
|
1817
|
-
"Gap_1_W_0_0032",
|
1818
|
-
"Glass_2022F_LayerAvg"
|
1819
|
-
]
|
1820
|
-
},
|
1821
|
-
{
|
1822
|
-
"name": "U 0.55 SHGC 0.31 Dbl Ref-D Tint 6mm/6mm Air",
|
1823
|
-
"intended_surface_type": "ExteriorWindow",
|
1824
|
-
"standards_construction_type": "Metal framing (all other)",
|
1825
|
-
"insulation_layer": null,
|
1826
|
-
"skylight_framing": null,
|
1827
|
-
"materials": [
|
1828
|
-
"REF D TINT 6MM",
|
1829
|
-
"AIR 6MM",
|
1830
|
-
"CLEAR 6MM"
|
1831
|
-
]
|
1832
|
-
},
|
1833
|
-
{
|
1834
|
-
"name": "U 0.56 SHGC 0.35 Dbl Ref-D Tint 6mm/6mm",
|
1835
|
-
"intended_surface_type": "ExteriorWindow",
|
1836
|
-
"standards_construction_type": "Metal framing (all other)",
|
1837
|
-
"insulation_layer": null,
|
1838
|
-
"skylight_framing": null,
|
1839
|
-
"materials": [
|
1840
|
-
"REF D TINT 6MM",
|
1841
|
-
"AIR 6MM",
|
1842
|
-
"CLEAR 6MM"
|
1843
|
-
]
|
1844
|
-
},
|
1845
|
-
{
|
1846
|
-
"name": "U 0.56 SHGC 0.76 Dbl Clr 3mm/6mm Air",
|
1847
|
-
"intended_surface_type": "ExteriorWindow",
|
1848
|
-
"standards_construction_type": "Metal framing (all other)",
|
1849
|
-
"insulation_layer": null,
|
1850
|
-
"skylight_framing": null,
|
1851
|
-
"materials": [
|
1852
|
-
"CLEAR 3MM",
|
1853
|
-
"AIR 6MM",
|
1854
|
-
"CLEAR 3MM"
|
1855
|
-
]
|
1856
|
-
},
|
1857
|
-
{
|
1858
|
-
"name": "U 0.57 SHGC 0.25 Dbl Ref-C-H Clr 6mm/6mm Air",
|
1859
|
-
"intended_surface_type": "ExteriorWindow",
|
1860
|
-
"standards_construction_type": "Metal framing (all other)",
|
1861
|
-
"insulation_layer": null,
|
1862
|
-
"skylight_framing": null,
|
1863
|
-
"materials": [
|
1864
|
-
"REF C CLEAR HI 6MM",
|
1865
|
-
"AIR 6MM",
|
1866
|
-
"CLEAR 6MM"
|
1867
|
-
]
|
1868
|
-
},
|
1869
|
-
{
|
1870
|
-
"name": "U 0.57 SHGC 0.39 Dbl Ref-D Clr 6mm/6mm Air",
|
1871
|
-
"intended_surface_type": "ExteriorWindow",
|
1872
|
-
"standards_construction_type": "Metal framing (all other)",
|
1873
|
-
"insulation_layer": null,
|
1874
|
-
"skylight_framing": null,
|
1875
|
-
"materials": [
|
1876
|
-
"REF D CLEAR 6MM",
|
1877
|
-
"AIR 6MM",
|
1878
|
-
"CLEAR 6MM"
|
1879
|
-
]
|
1880
|
-
},
|
1881
|
-
{
|
1882
|
-
"name": "U 0.57 SHGC 0.49 Dbl Blue 6mm/6mm Air",
|
1883
|
-
"intended_surface_type": "ExteriorWindow",
|
1884
|
-
"standards_construction_type": "Metal framing (all other)",
|
1885
|
-
"insulation_layer": null,
|
1886
|
-
"skylight_framing": null,
|
1887
|
-
"materials": [
|
1888
|
-
"BLUE 6MM",
|
1889
|
-
"AIR 6MM",
|
1890
|
-
"CLEAR 6MM"
|
1891
|
-
]
|
1892
|
-
},
|
1893
|
-
{
|
1894
|
-
"name": "U 0.58 SHGC 0.19 Simple Glazing Skylight",
|
1895
|
-
"intended_surface_type": "Skylight",
|
1896
|
-
"standards_construction_type": "Glass with Curb",
|
1897
|
-
"insulation_layer": null,
|
1898
|
-
"skylight_framing": null,
|
1899
|
-
"materials": [
|
1900
|
-
"Simple Glazing U 0.58 SHGC 0.19"
|
1901
|
-
]
|
1902
|
-
},
|
1903
|
-
{
|
1904
|
-
"name": "U 0.58 SHGC 0.36 Simple Glazing Skylight",
|
1905
|
-
"intended_surface_type": "Skylight",
|
1906
|
-
"standards_construction_type": "Glass with Curb",
|
1907
|
-
"insulation_layer": null,
|
1908
|
-
"skylight_framing": null,
|
1909
|
-
"materials": [
|
1910
|
-
"Simple Glazing U 0.58 SHGC 0.36"
|
1911
|
-
]
|
1912
|
-
},
|
1913
|
-
{
|
1914
|
-
"name": "Simple Glazing U 0.59 SHGC 0.36",
|
1915
|
-
"intended_surface_type": "ExteriorWindow",
|
1916
|
-
"standards_construction_type": "Metal framing (all other)",
|
1917
|
-
"insulation_layer": null,
|
1918
|
-
"skylight_framing": null,
|
1919
|
-
"materials": [
|
1920
|
-
"Simple Glazing U 0.59 SHGC 0.36"
|
1921
|
-
]
|
1922
|
-
},
|
1923
|
-
{
|
1924
|
-
"name": "Simple Glazing U 0.59 SHGC 0.39",
|
1925
|
-
"intended_surface_type": "ExteriorWindow",
|
1926
|
-
"standards_construction_type": "Metal framing (all other)",
|
1927
|
-
"insulation_layer": null,
|
1928
|
-
"skylight_framing": null,
|
1929
|
-
"materials": [
|
1930
|
-
"Simple Glazing U 0.59 SHGC 0.39"
|
1931
|
-
]
|
1932
|
-
},
|
1933
|
-
{
|
1934
|
-
"name": "U 0.60 SHGC 0.25 Dbl 2.5mm air",
|
1935
|
-
"intended_surface_type": null,
|
1936
|
-
"standards_construction_type": null,
|
1937
|
-
"insulation_layer": null,
|
1938
|
-
"skylight_framing": null,
|
1939
|
-
"materials": [
|
1940
|
-
"Glass_2175_LayerAvg",
|
1941
|
-
"Gap_1_W_0_0025",
|
1942
|
-
"Glass_2022F_LayerAvg"
|
1943
|
-
]
|
1944
|
-
},
|
1945
|
-
{
|
1946
|
-
"name": "U 0.61 SHGC 0.77 Simple Glazing Skylight",
|
1947
|
-
"intended_surface_type": null,
|
1948
|
-
"standards_construction_type": null,
|
1949
|
-
"insulation_layer": null,
|
1950
|
-
"skylight_framing": null,
|
1951
|
-
"materials": [
|
1952
|
-
"Simple Glazing U 0.61 SHGC 0.77"
|
1953
|
-
]
|
1954
|
-
},
|
1955
|
-
{
|
1956
|
-
"name": "U 0.62 SHGC 0.25 Dbl Ref-C-H Clr 6mm/6mm Air",
|
1957
|
-
"intended_surface_type": "ExteriorWindow",
|
1958
|
-
"standards_construction_type": "Metal framing (all other)",
|
1959
|
-
"insulation_layer": null,
|
1960
|
-
"skylight_framing": null,
|
1961
|
-
"materials": [
|
1962
|
-
"REF C CLEAR HI 6MM",
|
1963
|
-
"AIR 6MM",
|
1964
|
-
"CLEAR 6MM"
|
1965
|
-
]
|
1966
|
-
},
|
1967
|
-
{
|
1968
|
-
"name": "U 0.62 SHGC 0.39 Dbl Ref-D Clr 6mm/6mm Air",
|
1969
|
-
"intended_surface_type": "ExteriorWindow",
|
1970
|
-
"standards_construction_type": "Metal framing (all other)",
|
1971
|
-
"insulation_layer": null,
|
1972
|
-
"skylight_framing": null,
|
1973
|
-
"materials": [
|
1974
|
-
"REF D CLEAR 6MM",
|
1975
|
-
"AIR 6MM",
|
1976
|
-
"CLEAR 6MM"
|
1977
|
-
]
|
1978
|
-
},
|
1979
|
-
{
|
1980
|
-
"name": "Simple Glazing U 0.62 SHGC 0.41",
|
1981
|
-
"intended_surface_type": "ExteriorWindow",
|
1982
|
-
"standards_construction_type": "Metal framing (all other)",
|
1983
|
-
"insulation_layer": null,
|
1984
|
-
"skylight_framing": null,
|
1985
|
-
"materials": [
|
1986
|
-
"Simple Glazing U 0.62 SHGC 0.41"
|
1987
|
-
]
|
1988
|
-
},
|
1989
|
-
{
|
1990
|
-
"name": "U 0.62 SHGC 0.49 Dbl Blue 6mm/6mm Air",
|
1991
|
-
"intended_surface_type": "ExteriorWindow",
|
1992
|
-
"standards_construction_type": "Metal framing (all other)",
|
1993
|
-
"insulation_layer": null,
|
1994
|
-
"skylight_framing": null,
|
1995
|
-
"materials": [
|
1996
|
-
"BLUE 6MM",
|
1997
|
-
"AIR 6MM",
|
1998
|
-
"CLEAR 6MM"
|
1999
|
-
]
|
2000
|
-
},
|
2001
|
-
{
|
2002
|
-
"name": "U 0.65 SHGC 0.25 Dbl Ref-C-H Clr 6mm/6mm Air",
|
2003
|
-
"intended_surface_type": "ExteriorWindow",
|
2004
|
-
"standards_construction_type": "Metal framing (all other)",
|
2005
|
-
"insulation_layer": null,
|
2006
|
-
"skylight_framing": null,
|
2007
|
-
"materials": [
|
2008
|
-
"REF C CLEAR HI 6MM",
|
2009
|
-
"AIR 6MM",
|
2010
|
-
"CLEAR 6MM"
|
2011
|
-
]
|
2012
|
-
},
|
2013
|
-
{
|
2014
|
-
"name": "U 0.65 SHGC 0.35 Simple Glazing Skylight",
|
2015
|
-
"intended_surface_type": null,
|
2016
|
-
"standards_construction_type": null,
|
2017
|
-
"insulation_layer": null,
|
2018
|
-
"skylight_framing": null,
|
2019
|
-
"materials": [
|
2020
|
-
"Simple Glazing U 0.65 SHGC 0.35"
|
2021
|
-
]
|
2022
|
-
},
|
2023
|
-
{
|
2024
|
-
"name": "U 0.67 SHGC 0.77 Sgl LoE (e2-.2) Clr 3mm",
|
2025
|
-
"intended_surface_type": "ExteriorWindow",
|
2026
|
-
"standards_construction_type": "Metal framing (all other)",
|
2027
|
-
"insulation_layer": null,
|
2028
|
-
"skylight_framing": null,
|
2029
|
-
"materials": [
|
2030
|
-
"PYR B CLEAR 3MM"
|
2031
|
-
]
|
2032
|
-
},
|
2033
|
-
{
|
2034
|
-
"name": "U 0.69 SHGC 0.19 Simple Glazing Skylight",
|
2035
|
-
"intended_surface_type": null,
|
2036
|
-
"standards_construction_type": null,
|
2037
|
-
"insulation_layer": null,
|
2038
|
-
"skylight_framing": null,
|
2039
|
-
"materials": [
|
2040
|
-
"Simple Glazing U 0.69 SHGC 0.19"
|
2041
|
-
]
|
2042
|
-
},
|
2043
|
-
{
|
2044
|
-
"name": "U 0.69 SHGC 0.36 Simple Glazing Skylight",
|
2045
|
-
"intended_surface_type": null,
|
2046
|
-
"standards_construction_type": null,
|
2047
|
-
"insulation_layer": null,
|
2048
|
-
"skylight_framing": null,
|
2049
|
-
"materials": [
|
2050
|
-
"Simple Glazing U 0.69 SHGC 0.36"
|
2051
|
-
]
|
2052
|
-
},
|
2053
|
-
{
|
2054
|
-
"name": "U 0.69 SHGC 0.39 Simple Glazing Skylight",
|
2055
|
-
"intended_surface_type": null,
|
2056
|
-
"standards_construction_type": null,
|
2057
|
-
"insulation_layer": null,
|
2058
|
-
"skylight_framing": null,
|
2059
|
-
"materials": [
|
2060
|
-
"Simple Glazing U 0.69 SHGC 0.39"
|
2061
|
-
]
|
2062
|
-
},
|
2063
|
-
{
|
2064
|
-
"name": "U 0.69 SHGC 0.49 Simple Glazing Skylight",
|
2065
|
-
"intended_surface_type": null,
|
2066
|
-
"standards_construction_type": null,
|
2067
|
-
"insulation_layer": null,
|
2068
|
-
"skylight_framing": null,
|
2069
|
-
"materials": [
|
2070
|
-
"Simple Glazing U 0.69 SHGC 0.49"
|
2071
|
-
]
|
2072
|
-
},
|
2073
|
-
{
|
2074
|
-
"name": "U 0.69 SHGC 0.64 Simple Glazing Skylight",
|
2075
|
-
"intended_surface_type": null,
|
2076
|
-
"standards_construction_type": null,
|
2077
|
-
"insulation_layer": null,
|
2078
|
-
"skylight_framing": null,
|
2079
|
-
"materials": [
|
2080
|
-
"Simple Glazing U 0.69 SHGC 0.64"
|
2081
|
-
]
|
2082
|
-
},
|
2083
|
-
{
|
2084
|
-
"name": "U 0.69 SHGC 0.68 Simple Glazing Skylight",
|
2085
|
-
"intended_surface_type": null,
|
2086
|
-
"standards_construction_type": null,
|
2087
|
-
"insulation_layer": null,
|
2088
|
-
"skylight_framing": null,
|
2089
|
-
"materials": [
|
2090
|
-
"Simple Glazing U 0.69 SHGC 0.68"
|
2091
|
-
]
|
2092
|
-
},
|
2093
|
-
{
|
2094
|
-
"name": "U 0.71 SHGC 0.25 Dbl Ref-C-H Clr 6mm/6mm Air",
|
2095
|
-
"intended_surface_type": "ExteriorWindow",
|
2096
|
-
"standards_construction_type": "Metal framing (all other)",
|
2097
|
-
"insulation_layer": null,
|
2098
|
-
"skylight_framing": null,
|
2099
|
-
"materials": [
|
2100
|
-
"REF C CLEAR HI 6MM",
|
2101
|
-
"AIR 6MM",
|
2102
|
-
"CLEAR 6MM"
|
2103
|
-
]
|
2104
|
-
},
|
2105
|
-
{
|
2106
|
-
"name": "U 0.72 SHGC 0.25 Sgl Ref-B-M Tint 6mm",
|
2107
|
-
"intended_surface_type": "ExteriorWindow",
|
2108
|
-
"standards_construction_type": "Metal framing (all other)",
|
2109
|
-
"insulation_layer": null,
|
2110
|
-
"skylight_framing": null,
|
2111
|
-
"materials": [
|
2112
|
-
"REF B TINT MID 6MM"
|
2113
|
-
]
|
2114
|
-
},
|
2115
|
-
{
|
2116
|
-
"name": "Simple Glazing U 0.72 SHGC 0.25",
|
2117
|
-
"intended_surface_type": "ExteriorWindow",
|
2118
|
-
"standards_construction_type": "Metal framing (all other)",
|
2119
|
-
"insulation_layer": null,
|
2120
|
-
"skylight_framing": null,
|
2121
|
-
"materials": [
|
2122
|
-
"Simple Glazing U 0.72 SHGC 0.25"
|
2123
|
-
]
|
2124
|
-
},
|
2125
|
-
{
|
2126
|
-
"name": "Simple Glazing U 0.72 SHGC 0.36",
|
2127
|
-
"intended_surface_type": "ExteriorWindow",
|
2128
|
-
"standards_construction_type": "Metal framing (all other)",
|
2129
|
-
"insulation_layer": null,
|
2130
|
-
"skylight_framing": null,
|
2131
|
-
"materials": [
|
2132
|
-
"Simple Glazing U 0.72 SHGC 0.36"
|
2133
|
-
]
|
2134
|
-
},
|
2135
|
-
{
|
2136
|
-
"name": "Simple Glazing U 0.72 SHGC 0.39",
|
2137
|
-
"intended_surface_type": "ExteriorWindow",
|
2138
|
-
"standards_construction_type": "Metal framing (all other)",
|
2139
|
-
"insulation_layer": null,
|
2140
|
-
"skylight_framing": null,
|
2141
|
-
"materials": [
|
2142
|
-
"Simple Glazing U 0.72 SHGC 0.39"
|
2143
|
-
]
|
2144
|
-
},
|
2145
|
-
{
|
2146
|
-
"name": "U 0.74 SHGC 0.55 Simple Glazing Skylight",
|
2147
|
-
"intended_surface_type": null,
|
2148
|
-
"standards_construction_type": null,
|
2149
|
-
"insulation_layer": null,
|
2150
|
-
"skylight_framing": null,
|
2151
|
-
"materials": [
|
2152
|
-
"Simple Glazing U 0.74 SHGC 0.55"
|
2153
|
-
]
|
2154
|
-
},
|
2155
|
-
{
|
2156
|
-
"name": "U 0.74 SHGC 0.65 Simple Glazing Skylight",
|
2157
|
-
"intended_surface_type": null,
|
2158
|
-
"standards_construction_type": null,
|
2159
|
-
"insulation_layer": null,
|
2160
|
-
"skylight_framing": null,
|
2161
|
-
"materials": [
|
2162
|
-
"Simple Glazing U 0.74 SHGC 0.65"
|
2163
|
-
]
|
2164
|
-
},
|
2165
|
-
{
|
2166
|
-
"name": "U 0.75 SHGC 0.35 Simple Glazing Skylight",
|
2167
|
-
"intended_surface_type": null,
|
2168
|
-
"standards_construction_type": null,
|
2169
|
-
"insulation_layer": null,
|
2170
|
-
"skylight_framing": null,
|
2171
|
-
"materials": [
|
2172
|
-
"Simple Glazing U 0.75 SHGC 0.35"
|
2173
|
-
]
|
2174
|
-
},
|
2175
|
-
{
|
2176
|
-
"name": "U 0.75 SHGC 0.72 Sgl LoE (e2-.2) Clr 6mm",
|
2177
|
-
"intended_surface_type": "ExteriorWindow",
|
2178
|
-
"standards_construction_type": "Metal framing (all other)",
|
2179
|
-
"insulation_layer": null,
|
2180
|
-
"skylight_framing": null,
|
2181
|
-
"materials": [
|
2182
|
-
"PYR B CLEAR 6MM"
|
2183
|
-
]
|
2184
|
-
},
|
2185
|
-
{
|
2186
|
-
"name": "U 0.81 SHGC 0.65 Simple Glazing Skylight",
|
2187
|
-
"intended_surface_type": null,
|
2188
|
-
"standards_construction_type": null,
|
2189
|
-
"insulation_layer": null,
|
2190
|
-
"skylight_framing": null,
|
2191
|
-
"materials": [
|
2192
|
-
"Simple Glazing U 0.81 SHGC 0.65"
|
2193
|
-
]
|
2194
|
-
},
|
2195
|
-
{
|
2196
|
-
"name": "U 0.85 SHGC 0.65 Simple Glazing Skylight",
|
2197
|
-
"intended_surface_type": null,
|
2198
|
-
"standards_construction_type": null,
|
2199
|
-
"insulation_layer": null,
|
2200
|
-
"skylight_framing": null,
|
2201
|
-
"materials": [
|
2202
|
-
"Simple Glazing U 0.85 SHGC 0.65"
|
2203
|
-
]
|
2204
|
-
},
|
2205
|
-
{
|
2206
|
-
"name": "U 0.87 SHGC 0.58 Simple Glazing Skylight",
|
2207
|
-
"intended_surface_type": null,
|
2208
|
-
"standards_construction_type": null,
|
2209
|
-
"insulation_layer": null,
|
2210
|
-
"skylight_framing": null,
|
2211
|
-
"materials": [
|
2212
|
-
"Simple Glazing U 0.87 SHGC 0.58"
|
2213
|
-
]
|
2214
|
-
},
|
2215
|
-
{
|
2216
|
-
"name": "U 0.87 SHGC 0.71 Simple Glazing Skylight",
|
2217
|
-
"intended_surface_type": null,
|
2218
|
-
"standards_construction_type": null,
|
2219
|
-
"insulation_layer": null,
|
2220
|
-
"skylight_framing": null,
|
2221
|
-
"materials": [
|
2222
|
-
"Simple Glazing U 0.87 SHGC 0.71"
|
2223
|
-
]
|
2224
|
-
},
|
2225
|
-
{
|
2226
|
-
"name": "U 0.87 SHGC 0.77 Simple Glazing Skylight",
|
2227
|
-
"intended_surface_type": null,
|
2228
|
-
"standards_construction_type": null,
|
2229
|
-
"insulation_layer": null,
|
2230
|
-
"skylight_framing": null,
|
2231
|
-
"materials": [
|
2232
|
-
"Simple Glazing U 0.87 SHGC 0.77"
|
2233
|
-
]
|
2234
|
-
},
|
2235
|
-
{
|
2236
|
-
"name": "U 0.88 SHGC 0.16 Sgl Ref-A-L Clr 6mm",
|
2237
|
-
"intended_surface_type": "ExteriorWindow",
|
2238
|
-
"standards_construction_type": "Metal framing (all other)",
|
2239
|
-
"insulation_layer": null,
|
2240
|
-
"skylight_framing": null,
|
2241
|
-
"materials": [
|
2242
|
-
"REF A CLEAR LO 6MM"
|
2243
|
-
]
|
2244
|
-
},
|
2245
|
-
{
|
2246
|
-
"name": "U 0.88 SHGC 0.27 Sgl Elec Ref Colored 6mm",
|
2247
|
-
"intended_surface_type": "ExteriorWindow",
|
2248
|
-
"standards_construction_type": "Metal framing (all other)",
|
2249
|
-
"insulation_layer": null,
|
2250
|
-
"skylight_framing": null,
|
2251
|
-
"materials": [
|
2252
|
-
"ECREF-1 COLORED 6MM"
|
2253
|
-
]
|
2254
|
-
},
|
2255
|
-
{
|
2256
|
-
"name": "U 0.98 SHGC 0.19 Simple Glazing Skylight",
|
2257
|
-
"intended_surface_type": null,
|
2258
|
-
"standards_construction_type": null,
|
2259
|
-
"insulation_layer": null,
|
2260
|
-
"skylight_framing": null,
|
2261
|
-
"materials": [
|
2262
|
-
"Simple Glazing U 0.98 SHGC 0.19"
|
2263
|
-
]
|
2264
|
-
},
|
2265
|
-
{
|
2266
|
-
"name": "U 0.98 SHGC 0.36 Simple Glazing Skylight",
|
2267
|
-
"intended_surface_type": null,
|
2268
|
-
"standards_construction_type": null,
|
2269
|
-
"insulation_layer": null,
|
2270
|
-
"skylight_framing": null,
|
2271
|
-
"materials": [
|
2272
|
-
"Simple Glazing U 0.98 SHGC 0.36"
|
2273
|
-
]
|
2274
|
-
},
|
2275
|
-
{
|
2276
|
-
"name": "U 0.98 SHGC 0.45 Sgl Ref-B-H Clr 6mm",
|
2277
|
-
"intended_surface_type": "ExteriorWindow",
|
2278
|
-
"standards_construction_type": "Metal framing (all other)",
|
2279
|
-
"insulation_layer": null,
|
2280
|
-
"skylight_framing": null,
|
2281
|
-
"materials": [
|
2282
|
-
"REF B CLEAR HI 6MM"
|
2283
|
-
]
|
2284
|
-
},
|
2285
|
-
{
|
2286
|
-
"name": "U 0.98 SHGC 0.68 Sgl Ref-B-H Clr 6mm",
|
2287
|
-
"intended_surface_type": "ExteriorWindow",
|
2288
|
-
"standards_construction_type": "Metal framing (all other)",
|
2289
|
-
"insulation_layer": null,
|
2290
|
-
"skylight_framing": null,
|
2291
|
-
"materials": [
|
2292
|
-
"REF B CLEAR HI 6MM"
|
2293
|
-
]
|
2294
|
-
},
|
2295
|
-
{
|
2296
|
-
"name": "U 1.10 SHGC 0.62 Simple Glazing Skylight",
|
2297
|
-
"intended_surface_type": null,
|
2298
|
-
"standards_construction_type": null,
|
2299
|
-
"insulation_layer": null,
|
2300
|
-
"skylight_framing": null,
|
2301
|
-
"materials": [
|
2302
|
-
"Simple Glazing U 1.10 SHGC 0.62"
|
2303
|
-
]
|
2304
|
-
},
|
2305
|
-
{
|
2306
|
-
"name": "U 1.10 SHGC 0.77 Simple Glazing Skylight",
|
2307
|
-
"intended_surface_type": null,
|
2308
|
-
"standards_construction_type": null,
|
2309
|
-
"insulation_layer": null,
|
2310
|
-
"skylight_framing": null,
|
2311
|
-
"materials": [
|
2312
|
-
"Simple Glazing U 1.10 SHGC 0.77"
|
2313
|
-
]
|
2314
|
-
},
|
2315
|
-
{
|
2316
|
-
"name": "U 1.15 SHGC 0.77 Simple Glazing Skylight",
|
2317
|
-
"intended_surface_type": null,
|
2318
|
-
"standards_construction_type": null,
|
2319
|
-
"insulation_layer": null,
|
2320
|
-
"skylight_framing": null,
|
2321
|
-
"materials": [
|
2322
|
-
"Simple Glazing U 1.15 SHGC 0.77"
|
2323
|
-
]
|
2324
|
-
},
|
2325
|
-
{
|
2326
|
-
"name": "U 1.17 SHGC 0.19 Simple Glazing Skylight",
|
2327
|
-
"intended_surface_type": null,
|
2328
|
-
"standards_construction_type": null,
|
2329
|
-
"insulation_layer": null,
|
2330
|
-
"skylight_framing": null,
|
2331
|
-
"materials": [
|
2332
|
-
"Simple Glazing U 1.17 SHGC 0.19"
|
2333
|
-
]
|
2334
|
-
},
|
2335
|
-
{
|
2336
|
-
"name": "U 1.17 SHGC 0.36 Simple Glazing Skylight",
|
2337
|
-
"intended_surface_type": null,
|
2338
|
-
"standards_construction_type": null,
|
2339
|
-
"insulation_layer": null,
|
2340
|
-
"skylight_framing": null,
|
2341
|
-
"materials": [
|
2342
|
-
"Simple Glazing U 1.17 SHGC 0.36"
|
2343
|
-
]
|
2344
|
-
},
|
2345
|
-
{
|
2346
|
-
"name": "U 1.17 SHGC 0.39 Sgl Ref-B-H Clr 6mm",
|
2347
|
-
"intended_surface_type": "ExteriorWindow",
|
2348
|
-
"standards_construction_type": "Metal framing (all other)",
|
2349
|
-
"insulation_layer": null,
|
2350
|
-
"skylight_framing": null,
|
2351
|
-
"materials": [
|
2352
|
-
"REF B CLEAR HI 6MM"
|
2353
|
-
]
|
2354
|
-
},
|
2355
|
-
{
|
2356
|
-
"name": "U 1.17 SHGC 0.39 Simple Glazing Skylight",
|
2357
|
-
"intended_surface_type": null,
|
2358
|
-
"standards_construction_type": null,
|
2359
|
-
"insulation_layer": null,
|
2360
|
-
"skylight_framing": null,
|
2361
|
-
"materials": [
|
2362
|
-
"Simple Glazing U 1.17 SHGC 0.39"
|
2363
|
-
]
|
2364
|
-
},
|
2365
|
-
{
|
2366
|
-
"name": "U 1.17 SHGC 0.49 Sgl Ref-D Clr 6mm",
|
2367
|
-
"intended_surface_type": "ExteriorWindow",
|
2368
|
-
"standards_construction_type": "Metal framing (all other)",
|
2369
|
-
"insulation_layer": null,
|
2370
|
-
"skylight_framing": null,
|
2371
|
-
"materials": [
|
2372
|
-
"REF D CLEAR 6MM"
|
2373
|
-
]
|
2374
|
-
},
|
2375
|
-
{
|
2376
|
-
"name": "U 1.17 SHGC 0.49 Simple Glazing Skylight",
|
2377
|
-
"intended_surface_type": null,
|
2378
|
-
"standards_construction_type": null,
|
2379
|
-
"insulation_layer": null,
|
2380
|
-
"skylight_framing": null,
|
2381
|
-
"materials": [
|
2382
|
-
"Simple Glazing U 1.17 SHGC 0.49"
|
2383
|
-
]
|
2384
|
-
},
|
2385
|
-
{
|
2386
|
-
"name": "U 1.17 SHGC 0.64 Simple Glazing Skylight",
|
2387
|
-
"intended_surface_type": null,
|
2388
|
-
"standards_construction_type": null,
|
2389
|
-
"insulation_layer": null,
|
2390
|
-
"skylight_framing": null,
|
2391
|
-
"materials": [
|
2392
|
-
"Simple Glazing U 1.17 SHGC 0.64"
|
2393
|
-
]
|
2394
|
-
},
|
2395
|
-
{
|
2396
|
-
"name": "U 1.17 SHGC 0.68 Sgl Green 3mm",
|
2397
|
-
"intended_surface_type": "ExteriorWindow",
|
2398
|
-
"standards_construction_type": "Metal framing (all other)",
|
2399
|
-
"insulation_layer": null,
|
2400
|
-
"skylight_framing": null,
|
2401
|
-
"materials": [
|
2402
|
-
"GREEN 3MM"
|
2403
|
-
]
|
2404
|
-
},
|
2405
|
-
{
|
2406
|
-
"name": "U 1.17 SHGC 0.68 Simple Glazing Skylight",
|
2407
|
-
"intended_surface_type": null,
|
2408
|
-
"standards_construction_type": null,
|
2409
|
-
"insulation_layer": null,
|
2410
|
-
"skylight_framing": null,
|
2411
|
-
"materials": [
|
2412
|
-
"Simple Glazing U 1.17 SHGC 0.68"
|
2413
|
-
]
|
2414
|
-
},
|
2415
|
-
{
|
2416
|
-
"name": "U 1.22 SHGC 0.25 Sgl Elec Ref Colored 6mm",
|
2417
|
-
"intended_surface_type": "ExteriorWindow",
|
2418
|
-
"standards_construction_type": "Metal framing (all other)",
|
2419
|
-
"insulation_layer": null,
|
2420
|
-
"skylight_framing": null,
|
2421
|
-
"materials": [
|
2422
|
-
"ECREF-1 COLORED 6MM"
|
2423
|
-
]
|
2424
|
-
},
|
2425
|
-
{
|
2426
|
-
"name": "Simple Glazing U 1.22 SHGC 0.25",
|
2427
|
-
"intended_surface_type": "ExteriorWindow",
|
2428
|
-
"standards_construction_type": "Metal framing (all other)",
|
2429
|
-
"insulation_layer": null,
|
2430
|
-
"skylight_framing": null,
|
2431
|
-
"materials": [
|
2432
|
-
"Simple Glazing U 1.22 SHGC 0.25"
|
2433
|
-
]
|
2434
|
-
},
|
2435
|
-
{
|
2436
|
-
"name": "U 1.22 SHGC 0.34 Sgl Ref-C-H Clr 6mm",
|
2437
|
-
"intended_surface_type": "ExteriorWindow",
|
2438
|
-
"standards_construction_type": "Metal framing (all other)",
|
2439
|
-
"insulation_layer": null,
|
2440
|
-
"skylight_framing": null,
|
2441
|
-
"materials": [
|
2442
|
-
"REF C CLEAR HI 6MM"
|
2443
|
-
]
|
2444
|
-
},
|
2445
|
-
{
|
2446
|
-
"name": "U 1.22 SHGC 0.39 Sgl Ref-B-H Clr 6mm",
|
2447
|
-
"intended_surface_type": "ExteriorWindow",
|
2448
|
-
"standards_construction_type": "Metal framing (all other)",
|
2449
|
-
"insulation_layer": null,
|
2450
|
-
"skylight_framing": null,
|
2451
|
-
"materials": [
|
2452
|
-
"REF B CLEAR HI 6MM"
|
2453
|
-
]
|
2454
|
-
},
|
2455
|
-
{
|
2456
|
-
"name": "Simple Glazing U 1.22 SHGC 0.54",
|
2457
|
-
"intended_surface_type": "ExteriorWindow",
|
2458
|
-
"standards_construction_type": "Metal framing (all other)",
|
2459
|
-
"insulation_layer": null,
|
2460
|
-
"skylight_framing": null,
|
2461
|
-
"materials": [
|
2462
|
-
"Simple Glazing U 1.22 SHGC 0.54"
|
2463
|
-
]
|
2464
|
-
},
|
2465
|
-
{
|
2466
|
-
"name": "U 1.22 SHGC 0.61 Sgl Green 6mm",
|
2467
|
-
"intended_surface_type": "ExteriorWindow",
|
2468
|
-
"standards_construction_type": "Metal framing (all other)",
|
2469
|
-
"insulation_layer": null,
|
2470
|
-
"skylight_framing": null,
|
2471
|
-
"materials": [
|
2472
|
-
"GREEN 6MM"
|
2473
|
-
]
|
2474
|
-
},
|
2475
|
-
{
|
2476
|
-
"name": "U 1.30 SHGC 0.27 Simple Glazing Skylight",
|
2477
|
-
"intended_surface_type": null,
|
2478
|
-
"standards_construction_type": null,
|
2479
|
-
"insulation_layer": null,
|
2480
|
-
"skylight_framing": null,
|
2481
|
-
"materials": [
|
2482
|
-
"Simple Glazing U 1.30 SHGC 0.27"
|
2483
|
-
]
|
2484
|
-
},
|
2485
|
-
{
|
2486
|
-
"name": "U 1.30 SHGC 0.34 Simple Glazing Skylight",
|
2487
|
-
"intended_surface_type": null,
|
2488
|
-
"standards_construction_type": null,
|
2489
|
-
"insulation_layer": null,
|
2490
|
-
"skylight_framing": null,
|
2491
|
-
"materials": [
|
2492
|
-
"Simple Glazing U 1.30 SHGC 0.34"
|
2493
|
-
]
|
2494
|
-
},
|
2495
|
-
{
|
2496
|
-
"name": "U 1.30 SHGC 0.62 Simple Glazing Skylight",
|
2497
|
-
"intended_surface_type": null,
|
2498
|
-
"standards_construction_type": null,
|
2499
|
-
"insulation_layer": null,
|
2500
|
-
"skylight_framing": null,
|
2501
|
-
"materials": [
|
2502
|
-
"Simple Glazing U 1.30 SHGC 0.62"
|
2503
|
-
]
|
2504
|
-
},
|
2505
|
-
{
|
2506
|
-
"name": "U 1.30 SHGC 0.65 Simple Glazing Skylight",
|
2507
|
-
"intended_surface_type": null,
|
2508
|
-
"standards_construction_type": null,
|
2509
|
-
"insulation_layer": null,
|
2510
|
-
"skylight_framing": null,
|
2511
|
-
"materials": [
|
2512
|
-
"Simple Glazing U 1.30 SHGC 0.65"
|
2513
|
-
]
|
2514
|
-
},
|
2515
|
-
{
|
2516
|
-
"name": "U 1.36 SHGC 0.19 Simple Glazing Skylight",
|
2517
|
-
"intended_surface_type": null,
|
2518
|
-
"standards_construction_type": null,
|
2519
|
-
"insulation_layer": null,
|
2520
|
-
"skylight_framing": null,
|
2521
|
-
"materials": [
|
2522
|
-
"Simple Glazing U 1.36 SHGC 0.19"
|
2523
|
-
]
|
2524
|
-
},
|
2525
|
-
{
|
2526
|
-
"name": "U 1.36 SHGC 0.36 Simple Glazing Skylight",
|
2527
|
-
"intended_surface_type": null,
|
2528
|
-
"standards_construction_type": null,
|
2529
|
-
"insulation_layer": null,
|
2530
|
-
"skylight_framing": null,
|
2531
|
-
"materials": [
|
2532
|
-
"Simple Glazing U 1.36 SHGC 0.36"
|
2533
|
-
]
|
2534
|
-
},
|
2535
|
-
{
|
2536
|
-
"name": "U 1.36 SHGC 0.39 Simple Glazing Skylight",
|
2537
|
-
"intended_surface_type": null,
|
2538
|
-
"standards_construction_type": null,
|
2539
|
-
"insulation_layer": null,
|
2540
|
-
"skylight_framing": null,
|
2541
|
-
"materials": [
|
2542
|
-
"Simple Glazing U 1.36 SHGC 0.39"
|
2543
|
-
]
|
2544
|
-
},
|
2545
|
-
{
|
2546
|
-
"name": "U 1.36 SHGC 0.61 Simple Glazing Skylight",
|
2547
|
-
"intended_surface_type": null,
|
2548
|
-
"standards_construction_type": null,
|
2549
|
-
"insulation_layer": null,
|
2550
|
-
"skylight_framing": null,
|
2551
|
-
"materials": [
|
2552
|
-
"Simple Glazing U 1.36 SHGC 0.61"
|
2553
|
-
]
|
2554
|
-
},
|
2555
|
-
{
|
2556
|
-
"name": "U 1.70 SHGC 0.36 Simple Glazing Skylight",
|
2557
|
-
"intended_surface_type": null,
|
2558
|
-
"standards_construction_type": null,
|
2559
|
-
"insulation_layer": null,
|
2560
|
-
"skylight_framing": null,
|
2561
|
-
"materials": [
|
2562
|
-
"Simple Glazing U 1.70 SHGC 0.36"
|
2563
|
-
]
|
2564
|
-
},
|
2565
|
-
{
|
2566
|
-
"name": "U 1.80 SHGC 0.36 Simple Glazing Skylight",
|
2567
|
-
"intended_surface_type": null,
|
2568
|
-
"standards_construction_type": null,
|
2569
|
-
"insulation_layer": null,
|
2570
|
-
"skylight_framing": null,
|
2571
|
-
"materials": [
|
2572
|
-
"Simple Glazing U 1.80 SHGC 0.36"
|
2573
|
-
]
|
2574
|
-
},
|
2575
|
-
{
|
2576
|
-
"name": "U 1.90 SHGC 0.27 Simple Glazing Skylight",
|
2577
|
-
"intended_surface_type": null,
|
2578
|
-
"standards_construction_type": null,
|
2579
|
-
"insulation_layer": null,
|
2580
|
-
"skylight_framing": null,
|
2581
|
-
"materials": [
|
2582
|
-
"Simple Glazing U 1.90 SHGC 0.27"
|
2583
|
-
]
|
2584
|
-
},
|
2585
|
-
{
|
2586
|
-
"name": "U 1.90 SHGC 0.34 Simple Glazing Skylight",
|
2587
|
-
"intended_surface_type": null,
|
2588
|
-
"standards_construction_type": null,
|
2589
|
-
"insulation_layer": null,
|
2590
|
-
"skylight_framing": null,
|
2591
|
-
"materials": [
|
2592
|
-
"Simple Glazing U 1.90 SHGC 0.34"
|
2593
|
-
]
|
2594
|
-
},
|
2595
|
-
{
|
2596
|
-
"name": "U 1.90 SHGC 0.39 Simple Glazing Skylight",
|
2597
|
-
"intended_surface_type": null,
|
2598
|
-
"standards_construction_type": null,
|
2599
|
-
"insulation_layer": null,
|
2600
|
-
"skylight_framing": null,
|
2601
|
-
"materials": [
|
2602
|
-
"Simple Glazing U 1.90 SHGC 0.39"
|
2603
|
-
]
|
2604
|
-
},
|
2605
|
-
{
|
2606
|
-
"name": "U 1.90 SHGC 0.65 Simple Glazing Skylight",
|
2607
|
-
"intended_surface_type": null,
|
2608
|
-
"standards_construction_type": null,
|
2609
|
-
"insulation_layer": null,
|
2610
|
-
"skylight_framing": null,
|
2611
|
-
"materials": [
|
2612
|
-
"Simple Glazing U 1.90 SHGC 0.65"
|
2613
|
-
]
|
2614
|
-
},
|
2615
|
-
{
|
2616
|
-
"name": "U 1.98 SHGC 0.16 Simple Glazing Skylight",
|
2617
|
-
"intended_surface_type": null,
|
2618
|
-
"standards_construction_type": null,
|
2619
|
-
"insulation_layer": null,
|
2620
|
-
"skylight_framing": null,
|
2621
|
-
"materials": [
|
2622
|
-
"Simple Glazing U 1.98 SHGC 0.16"
|
2623
|
-
]
|
2624
|
-
},
|
2625
|
-
{
|
2626
|
-
"name": "U 1.98 SHGC 0.19 Simple Glazing Skylight",
|
2627
|
-
"intended_surface_type": null,
|
2628
|
-
"standards_construction_type": null,
|
2629
|
-
"insulation_layer": null,
|
2630
|
-
"skylight_framing": null,
|
2631
|
-
"materials": [
|
2632
|
-
"Simple Glazing U 1.98 SHGC 0.19"
|
2633
|
-
]
|
2634
|
-
},
|
2635
|
-
{
|
2636
|
-
"name": "U 1.98 SHGC 0.36 Sgl Ref-B-H Clr 6mm",
|
1322
|
+
"name": "U 0.98 SHGC 0.68 Sgl Ref-B-H Clr 6mm",
|
2637
1323
|
"intended_surface_type": "ExteriorWindow",
|
2638
1324
|
"standards_construction_type": "Metal framing (all other)",
|
2639
1325
|
"insulation_layer": null,
|
@@ -2642,238 +1328,6 @@
|
|
2642
1328
|
"REF B CLEAR HI 6MM"
|
2643
1329
|
]
|
2644
1330
|
},
|
2645
|
-
{
|
2646
|
-
"name": "U 1.98 SHGC 0.36 Simple Glazing Skylight",
|
2647
|
-
"intended_surface_type": null,
|
2648
|
-
"standards_construction_type": null,
|
2649
|
-
"insulation_layer": null,
|
2650
|
-
"skylight_framing": null,
|
2651
|
-
"materials": [
|
2652
|
-
"Simple Glazing U 1.98 SHGC 0.36"
|
2653
|
-
]
|
2654
|
-
},
|
2655
|
-
{
|
2656
|
-
"name": "U 1.98 SHGC 0.39 Simple Glazing Skylight",
|
2657
|
-
"intended_surface_type": null,
|
2658
|
-
"standards_construction_type": null,
|
2659
|
-
"insulation_layer": null,
|
2660
|
-
"skylight_framing": null,
|
2661
|
-
"materials": [
|
2662
|
-
"Simple Glazing U 1.98 SHGC 0.39"
|
2663
|
-
]
|
2664
|
-
},
|
2665
|
-
{
|
2666
|
-
"name": "U 1.98 SHGC 0.61 Sgl Green 6mm",
|
2667
|
-
"intended_surface_type": "ExteriorWindow",
|
2668
|
-
"standards_construction_type": "Metal framing (all other)",
|
2669
|
-
"insulation_layer": null,
|
2670
|
-
"skylight_framing": null,
|
2671
|
-
"materials": [
|
2672
|
-
"GREEN 6MM"
|
2673
|
-
]
|
2674
|
-
},
|
2675
|
-
{
|
2676
|
-
"name": "U 1.98 SHGC 0.61 Simple Glazing Skylight",
|
2677
|
-
"intended_surface_type": "Skylight",
|
2678
|
-
"standards_construction_type": "Glass with Curb",
|
2679
|
-
"insulation_layer": null,
|
2680
|
-
"skylight_framing": null,
|
2681
|
-
"materials": [
|
2682
|
-
"Simple Glazing U 1.98 SHGC 0.61"
|
2683
|
-
]
|
2684
|
-
},
|
2685
|
-
{
|
2686
|
-
"name": "Simple Glazing U 0.47 SHGC 0.46",
|
2687
|
-
"intended_surface_type": "ExteriorWindow",
|
2688
|
-
"standards_construction_type": null,
|
2689
|
-
"insulation_layer": null,
|
2690
|
-
"skylight_framing": null,
|
2691
|
-
"materials": [
|
2692
|
-
"Simple Glazing U 0.47 SHGC 0.46"
|
2693
|
-
]
|
2694
|
-
},
|
2695
|
-
{
|
2696
|
-
"name": "Simple Glazing U 0.47 SHGC 0.47",
|
2697
|
-
"intended_surface_type": "ExteriorWindow",
|
2698
|
-
"standards_construction_type": null,
|
2699
|
-
"insulation_layer": null,
|
2700
|
-
"skylight_framing": null,
|
2701
|
-
"materials": [
|
2702
|
-
"Simple Glazing U 0.47 SHGC 0.47"
|
2703
|
-
]
|
2704
|
-
},
|
2705
|
-
{
|
2706
|
-
"name": "Simple Glazing U 0.47 SHGC 0.47",
|
2707
|
-
"intended_surface_type": "ExteriorWindow",
|
2708
|
-
"standards_construction_type": null,
|
2709
|
-
"insulation_layer": null,
|
2710
|
-
"skylight_framing": null,
|
2711
|
-
"materials": [
|
2712
|
-
"Simple Glazing U 0.47 SHGC 0.47"
|
2713
|
-
]
|
2714
|
-
},
|
2715
|
-
{
|
2716
|
-
"name": "Simple Glazing U 0.47 SHGC 0.5",
|
2717
|
-
"intended_surface_type": "ExteriorWindow",
|
2718
|
-
"standards_construction_type": null,
|
2719
|
-
"insulation_layer": null,
|
2720
|
-
"skylight_framing": null,
|
2721
|
-
"materials": [
|
2722
|
-
"Simple Glazing U 0.47 SHGC 0.5"
|
2723
|
-
]
|
2724
|
-
},
|
2725
|
-
{
|
2726
|
-
"name": "Simple Glazing U 0.47 SHGC 0.49",
|
2727
|
-
"intended_surface_type": "ExteriorWindow",
|
2728
|
-
"standards_construction_type": null,
|
2729
|
-
"insulation_layer": null,
|
2730
|
-
"skylight_framing": null,
|
2731
|
-
"materials": [
|
2732
|
-
"Simple Glazing U 0.47 SHGC 0.49"
|
2733
|
-
]
|
2734
|
-
},
|
2735
|
-
{
|
2736
|
-
"name": "Simple Glazing U 0.77 SHGC 0.5",
|
2737
|
-
"intended_surface_type": "ExteriorWindow",
|
2738
|
-
"standards_construction_type": null,
|
2739
|
-
"insulation_layer": null,
|
2740
|
-
"skylight_framing": null,
|
2741
|
-
"materials": [
|
2742
|
-
"Simple Glazing U 0.77 SHGC 0.5"
|
2743
|
-
]
|
2744
|
-
},
|
2745
|
-
{
|
2746
|
-
"name": "Simple Glazing U 0.77 SHGC 0.61",
|
2747
|
-
"intended_surface_type": "ExteriorWindow",
|
2748
|
-
"standards_construction_type": null,
|
2749
|
-
"insulation_layer": null,
|
2750
|
-
"skylight_framing": null,
|
2751
|
-
"materials": [
|
2752
|
-
"Simple Glazing U 0.77 SHGC 0.61"
|
2753
|
-
]
|
2754
|
-
},
|
2755
|
-
{
|
2756
|
-
"name": "Simple Glazing U 0.77 SHGC 0.62",
|
2757
|
-
"intended_surface_type": "ExteriorWindow",
|
2758
|
-
"standards_construction_type": null,
|
2759
|
-
"insulation_layer": null,
|
2760
|
-
"skylight_framing": null,
|
2761
|
-
"materials": [
|
2762
|
-
"Simple Glazing U 0.77 SHGC 0.62"
|
2763
|
-
]
|
2764
|
-
},
|
2765
|
-
{
|
2766
|
-
"name": "Simple Glazing U 0.77 SHGC 0.77",
|
2767
|
-
"intended_surface_type": "ExteriorWindow",
|
2768
|
-
"standards_construction_type": null,
|
2769
|
-
"insulation_layer": null,
|
2770
|
-
"skylight_framing": null,
|
2771
|
-
"materials": [
|
2772
|
-
"Simple Glazing U 0.77 SHGC 0.77"
|
2773
|
-
]
|
2774
|
-
},
|
2775
|
-
{
|
2776
|
-
"name": "Simple Glazing U 1.23 SHGC 0.5",
|
2777
|
-
"intended_surface_type": "ExteriorWindow",
|
2778
|
-
"standards_construction_type": null,
|
2779
|
-
"insulation_layer": null,
|
2780
|
-
"skylight_framing": null,
|
2781
|
-
"materials": [
|
2782
|
-
"Simple Glazing U 1.23 SHGC 0.5"
|
2783
|
-
]
|
2784
|
-
},
|
2785
|
-
{
|
2786
|
-
"name": "Simple Glazing U 1.23 SHGC 0.82",
|
2787
|
-
"intended_surface_type": "ExteriorWindow",
|
2788
|
-
"standards_construction_type": null,
|
2789
|
-
"insulation_layer": null,
|
2790
|
-
"skylight_framing": null,
|
2791
|
-
"materials": [
|
2792
|
-
"Simple Glazing U 1.23 SHGC 0.82"
|
2793
|
-
]
|
2794
|
-
},
|
2795
|
-
{
|
2796
|
-
"name": "Simple Glazing U 1.23 SHGC 0.82",
|
2797
|
-
"intended_surface_type": "ExteriorWindow",
|
2798
|
-
"standards_construction_type": null,
|
2799
|
-
"insulation_layer": null,
|
2800
|
-
"skylight_framing": null,
|
2801
|
-
"materials": [
|
2802
|
-
"Simple Glazing U 1.23 SHGC 0.82"
|
2803
|
-
]
|
2804
|
-
},
|
2805
|
-
{
|
2806
|
-
"name": "Window_U_0.50_SHGC_0.40_Skylight_Frame_Width_0.000_in",
|
2807
|
-
"intended_surface_type": "Skylight",
|
2808
|
-
"standards_construction_type": null,
|
2809
|
-
"insulation_layer": null,
|
2810
|
-
"skylight_framing": "Skylight_Frame_Width_0.000_in",
|
2811
|
-
"materials": [
|
2812
|
-
"Glass_2052_LayerAvg",
|
2813
|
-
"Gap_1_W_0_0038",
|
2814
|
-
"Glass_2027F_LayerAvg"
|
2815
|
-
]
|
2816
|
-
},
|
2817
|
-
{
|
2818
|
-
"name": "Window_U_0.50_SHGC_0.40_Skylight_Frame_Width_0.334_in",
|
2819
|
-
"intended_surface_type": "Skylight",
|
2820
|
-
"standards_construction_type": null,
|
2821
|
-
"insulation_layer": null,
|
2822
|
-
"skylight_framing": "Skylight_Frame_Width_0.334_in",
|
2823
|
-
"materials": [
|
2824
|
-
"Glass_2052_LayerAvg",
|
2825
|
-
"Gap_1_W_0_0038",
|
2826
|
-
"Glass_2027F_LayerAvg"
|
2827
|
-
]
|
2828
|
-
},
|
2829
|
-
{
|
2830
|
-
"name": "Window_U_0.50_SHGC_0.40_Skylight_Frame_Width_0.430_in",
|
2831
|
-
"intended_surface_type": "Skylight",
|
2832
|
-
"standards_construction_type": null,
|
2833
|
-
"insulation_layer": null,
|
2834
|
-
"skylight_framing": "Skylight_Frame_Width_0.430_in",
|
2835
|
-
"materials": [
|
2836
|
-
"Glass_2052_LayerAvg",
|
2837
|
-
"Gap_1_W_0_0038",
|
2838
|
-
"Glass_2027F_LayerAvg"
|
2839
|
-
]
|
2840
|
-
},
|
2841
|
-
{
|
2842
|
-
"name": "Window_U_0.55_SHGC_0.35_Skylight_Frame_Width_0.709_in",
|
2843
|
-
"intended_surface_type": "Skylight",
|
2844
|
-
"standards_construction_type": null,
|
2845
|
-
"insulation_layer": null,
|
2846
|
-
"skylight_framing": "Skylight_Frame_Width_0.709_in",
|
2847
|
-
"materials": [
|
2848
|
-
"Glass_2052_LayerAvg",
|
2849
|
-
"Gap_1_W_0_0038",
|
2850
|
-
"Glass_2027F_LayerAvg"
|
2851
|
-
]
|
2852
|
-
},
|
2853
|
-
{
|
2854
|
-
"name": "Window_U_0.65_SHGC_0.35_Skylight_Frame_Width_2.339_in",
|
2855
|
-
"intended_surface_type": "Skylight",
|
2856
|
-
"standards_construction_type": null,
|
2857
|
-
"insulation_layer": null,
|
2858
|
-
"skylight_framing": "Skylight_Frame_Width_2.339_in",
|
2859
|
-
"materials": [
|
2860
|
-
"Glass_2052_LayerAvg",
|
2861
|
-
"Gap_1_W_0_0024",
|
2862
|
-
"Glass_2027F_LayerAvg"
|
2863
|
-
]
|
2864
|
-
},
|
2865
|
-
{
|
2866
|
-
"name": "Window_U_0.75_SHGC_0.35_Skylight_Frame_Width_2.339_in",
|
2867
|
-
"intended_surface_type": "Skylight",
|
2868
|
-
"standards_construction_type": null,
|
2869
|
-
"insulation_layer": null,
|
2870
|
-
"skylight_framing": "Skylight_Frame_Width_2.339_in",
|
2871
|
-
"materials": [
|
2872
|
-
"Glass_2052_LayerAvg",
|
2873
|
-
"Gap_1_W_0_0018",
|
2874
|
-
"Glass_2027F_LayerAvg"
|
2875
|
-
]
|
2876
|
-
},
|
2877
1331
|
{
|
2878
1332
|
"name": "WoodWallU110",
|
2879
1333
|
"intended_surface_type": "ExteriorWall",
|