You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to use, e.g., OpenStudio::Model::Model.load(osmPath) to load custom geometry instead of using create_geometry_envelope to create geometry.
List of current requirements on custom geometry:
Surfaces and subsurfaces must have "Index" features populated on OS:AdditionalProperties objects.
The following methods use get_adjacent_to where the "Standards Space Type" field for OS:SpaceType objects must be populated with HPXML locations (e.g., living space, attic - unvented, basement - conditioned, etc):
The idea is to use, e.g.,
OpenStudio::Model::Model.load(osmPath)
to load custom geometry instead of using create_geometry_envelope to create geometry.List of current requirements on custom geometry:
OS:AdditionalProperties
objects.get_adjacent_to
where the "Standards Space Type" field forOS:SpaceType
objects must be populated with HPXML locations (e.g.,living space
,attic - unvented
,basement - conditioned
, etc):set_roofs
set_rim_joists
set_walls
set_foundation_walls
set_floors
set_slabs
set_doors
The text was updated successfully, but these errors were encountered: