Name | ID | Description | Type |
---|---|---|---|
Zone Data | _zoneData | A list zone data out of the Read EP Result component or the comfort calculator components that have zone data hooked up to them. | Goo |
HBZones | _HBZones | The HBZones out of any of the HB components that generate or alter zones. Note that these should ideally be the zones that are fed into the Run Energy Simulation component or zones read back into Grasshopper from the Import idf component in order to ensure alignment with the EP Result data. | Goo |
=============== | =============== | ... | Goo |
Normalize By Floor Area | normalizeByFloorArea_ | Set boolean to 'True' in order to normalize results by the floor area of the zone and set to 'False' to color zones based on total zone values. The default is set to 'True' such that colored zones communicate energy intensity rather than total energy. Note that this input will be ignored if connected data is Temperature, Humidity, a Comfort Metric, or EUI (which is already normalized by floor area). | Goo |
Analysis Period | analysisPeriod_ | Optional analysisPeriod_ to take a slice out of an annual data stream. Note that this will only work if the connected data is for a full year and the data is hourly. Otherwise, this input will be ignored. Also note that connecting a value to 'stepOfSimulation_' will override this input. | Goo |
Step Of Simulation | stepOfSimulation_ | Optional interger for the hour of simulation to color the zones with. Connecting a value here will override the analysisPeriod_ input. | Goo |
Legend Par | legendPar_ | Optional legend parameters from the Ladybug Legend Parameters component. | Goo |
Run It | _runIt | Set boolean to 'True' to run the component and color the zones. | Goo |
Name | ID | Description | Type |
---|---|---|---|
Read Me! | readMe! | ... | String |
Zone Colored Mesh | zoneColoredMesh | A list of meshes for each zone, each of which is colored based on the input _zoneData. | Goo |
Zone Wire Frame | zoneWireFrame | A list of curves representing the outlines of the zones. This is particularly helpful if one wants to scroll through individual zone meshes but still see the outline of the building. | Goo |
Legend | legend | A legend of the zone colors. Connect this output to a grasshopper 'Geo' component in order to preview the legend spearately in the Rhino scene. | Goo |
Legend Base Pt | legendBasePt | The legend base point, which can be used to move the legend in relation to the building with the grasshopper 'move' component. | Goo |
Analysis Title | analysisTitle | The title of the analysis stating what the zones are being colored with. | Goo |
Zone Breps | zoneBreps | A list of breps for each zone. This is essentially the same as the _HBZones input. Connecting this output and the following zoneColors to a Grasshopper 'Preview' component will thus allow you to see the zones colored transparently. | Goo |
Zone Colors | zoneColors | A list of colors that correspond to the colors of each zone. These colors include alpha values to make them slightly transparent. Connecting the previous output and this output to a Grasshopper 'Preview' component will thus allow you to see the zones colored transparently. | Goo |
Zone Values | zoneValues | The values of the input data that are being used to color the zones. | Goo |
Relevant Zone Data | relevantZoneData | The input data used to color the zones. | Goo |
Site design © Robin Rodricks.
Site co-created by Andrew Heumann.
Honeybee and associated data © 2024 Ladybug Tools.
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.
Hosted by GitHub