1

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…

S's avatar
111
S
asked 2020-04-16 12:37:56 -0500, updated 2020-04-16 12:39:59 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You need to initialize and populate a ConstructionBase object to pass into this method.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2020-04-17 11:20:27 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments