Hi guys,
I’m trying to iterate between two different scenarios of shading using EnergyPlus Window Shade Generator. These two scenarios are:
- Internal shade roller (type 1) with type 1 of solar control (OnIfHighSolarOnWindow ).
- External fixed overhangs
The problem is that two different outputs are used for each scenario:
- using HBObjWShades for the first scenario so that would be the zone input for the component coming after shading (rotation in my case)
- using ShadeBreps that is connected to context shading in the second scenario and then connected to the energy simulation, also in this scenario the zones connected to rotation are connected from the previous component rather than shading component (glazing components in my case).
How would I be able to iterate between the two, given that we are using different inputs and outputs for each scenario? below is a sketch of what I’m trying to explain.
I’ve also attached a simplified GH file below. Would appreciate your thoughts/help
Thanks!
Internal and External Shading.gh (838.3 KB)