Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildResidentialHPXML measure: Load custom geometry #1401

Open
joseph-robertson opened this issue May 19, 2023 · 0 comments
Open

BuildResidentialHPXML measure: Load custom geometry #1401

joseph-robertson opened this issue May 19, 2023 · 0 comments

Comments

@joseph-robertson
Copy link
Collaborator

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):
    • set_roofs
    • set_rim_joists
    • set_walls
    • set_foundation_walls
    • set_floors
    • set_slabs
    • set_doors
  • Must describe a single unit of the building. (What happens if it describes the whole building? Related to Allow modeling whole SFA/MF buildings #1376?)
@joseph-robertson joseph-robertson added the enhancement New feature or request label May 19, 2023
@shorowit shorowit moved this to Low Priority in OpenStudio-HPXML Sep 26, 2023
@shorowit shorowit moved this from Low Priority to Backlog in OpenStudio-HPXML May 28, 2024
@shorowit shorowit removed the enhancement New feature or request label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants