First time here? Check out the Help page!
1 | initial version |
OpenStudio has a measure called "View Data" which produces a 3D model that you can interact with and allows visualizing output variables. An example can be found in this video: https://www.youtube.com/watch?v=PlrWE3ugcdE
You could do a record of your screen while you play with it. But better, yet, you can share the HTML file and associated json file, and anyone can open it in a browser and play with it even if they don't have OpenStudio installed.
The measure is available via the BCL.
(the source of the measure is here: https://github.com/NREL/openstudio-common-measures-gem/tree/develop/lib/measures/view_data)