Generate an interactive 3D view of the current model.
An engineer wants to visually inspect their building geometry — check zone layout, surface orientations, and window placement. The /view skill generates an HTML visualization using the OpenStudio common measures ViewModel measure.
/view
1. view_model()
2. Reports run_dir path — open the HTML file in a browser
| Tool | Purpose |
|---|---|
view_model |
Runs ViewModel measure, generates 3D HTML output |
- Requires a model loaded in memory (
load_osm_modelmust have been called) - Output is an HTML file with Three.js-based 3D viewer
- The
run_dirin the response contains the generated visualization files - Works with any model — baseline, custom geometry, or loaded from file
See tests/test_skill_view.py::test_skill_view_workflow