Name | Simplify_geometry_to_sliced_bar |
Display Name | Simplifygeometrytoslicedbar |
uuid | eb218516-5fa5-47fe-948d-274777c7d592 |
Type | Measure |
Language | Ruby |
Tags | Envelope.Form |
Description | This is an experimental measure looking at ways to simply the geometry, or to create geometry when you only no percentage of space types number of floors and total area. This technique will match the building floor area but will sacrifice the exterior exposure. So it will produce better results on more boxy buildings than a building with many wings. I may try to come up with solution that also tries to maintain exterior exposure in another version. |
Modeler's Description | I'm going to extract space type area breakdown and number of floors from the source model. I'll also keep track of exterior exposure. I won't directly use exterior exposure but can report the change in this as a kind of confidence metric. I'll then create a bar building using the bounding box aspect ratio, but shrunk to fit the building area. I will slice the building across the shorter axis by space type. The two most prevalent space types will go on the outside of the building. Instead of core and perimeter zoning the building will have a variation with square corners. I will create one zone per space, and will use a zone multiplier for any building more than 3 stories tall.
In a future version I may try to identify similar spaces types and blend them together before slicing, although I expect that will be a separate measure, so it is more modular. |
Measure Type | ModelMeasure |
Uses SketchUp API | false |
OpenStudio Version | 2.0.0 |
Minimum Compatible OpenStudio Version | 3.8.0 |
README File | README.md |
GitHub Repo | NREL/openstudio-model-articulation-gem |