Construction with internal source and .getConstructions
Hi Everyone I am writing a measure to modify thermal behavior of TABS slab. I tried with two opions: 1) using "model.getConstructions" to locate the construction 2) using firstly "surface.surfaceType == 'Floor'", and then "surface.construction.get"
But both method did not find the "Construction with internal source", it seems this class is not in the scope of .getConstructions or .construction. Is there some way I could locate the ConstructionWithInternalSource?
Thanks
Wei