Name | Inject_osm_geometry_into_an_external_idf |
Display Name | Injectosmgeometryintoanexternalidf |
uuid | 633cd1c5-5b55-4b50-ab20-cf2d2f7ddff8 |
Type | Measure |
Language | Ruby |
Tags | Envelope.Form |
Description | The goal here is to let people bring an IDF into OpenStudio to add or alter geometry. Then to inject only the geometry back into a copy of the source IDF file, which has never been brought into OpenStudio. |
Modeler's Description | This can make newer OpenStudio features accessible to anyone to someone who is still using an IDF file for their core workflow instead of an OSM. This could grow into a replacement of the legacy plugin.
If a zone exists in OSM generated IDF and original IDF then all surfaces in old will be removed and ones from OSM will be added.
If a zone exists in OSM generated IDF but does not exist in IDF then that zone will be added to the IDF.
If a zone does not exist in the OSM but does exist in the original IDF then that zone will be deleted from the IDF. In these last two scenarios a warning should be issued.
Site, building and zone shading surfaces should are included in this.
Constructions and other resources won?t be moved back and forth but the surface should carry the assignments if they are not new constructions. |
Measure Type | EnergyPlusMeasure |
Uses SketchUp API | false |
OpenStudio Version | 2.0.0 |
Minimum Compatible OpenStudio Version | 2.0.0 |
README File | README.md |
GitHub Repo | NREL/openstudio-model-articulation-gem |