1

create default construction set and assign to building

Is there any OpenStudio-standards method that allows the creation of default construction set and then assign it to surfaces/building? If not how do I use OpenStudio SDK to accomplish this? I looked at few BCL measures and they only allow the user to input construction set and then assign it to building.

newbie20's avatar
71
newbie20
asked 2020-06-10 12:28:18 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

If you look at the answer to this earlier question that is about using standards to add space types you can see that the Space Type and Construction Set Wizard measure also adds construction sets using standards. Below is the link to the line that calls the model_add_construction_set method. https://github.com/NREL/openstudio-extension-gem/blob/develop/lib/openstudio/extension/core/os_lib_model_generation.rb#L3172

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2020-06-10 12:45:49 -0500, updated 2020-06-10 12:46:39 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments