Revision history  [back]

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…