Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenStudio Measure: .setFixedWindowConstruction

Hi all,

what information should be provided for “const ConstructionBase” and “construction” in openstudio::model::DefaultSubSurfaceConstructions::setFixedWindowConstruction(const ConstructionBase & construction)

I have defined the below lines in my measure: ex = OpenStudio::Model::DefaultSubSurfaceConstructions.new(model) ex.setFixedWindowConstruction(???)

Any help (with an example) would be appreciated…

OpenStudio Measure: .setFixedWindowConstruction

Hi all,

what information should be provided for “const ConstructionBase” and “construction” in openstudio::model::DefaultSubSurfaceConstructions::setFixedWindowConstruction(const ConstructionBase & construction)

I have defined the below lines in my measure: measure:

ex = OpenStudio::Model::DefaultSubSurfaceConstructions.new(model) OpenStudio::Model::DefaultSubSurfaceConstructions.new(model)

ex.setFixedWindowConstruction(???)

Any help (with an example) would be appreciated… appreciated…