MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setDiffuseSolarReflectance

Method setDiffuseSolarReflectance

src/model/Screen.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 bool Screen_Impl::setDiffuseSolarReflectance(double diffuseSolarReflectance) {
213 bool result = setDouble(OS_WindowMaterial_ScreenFields::DiffuseSolarReflectance, diffuseSolarReflectance);
214 return result;
215 }
216
217 bool Screen_Impl::setDiffuseVisibleReflectance(double diffuseVisibleReflectance) {
218 bool result = setDouble(OS_WindowMaterial_ScreenFields::DiffuseVisibleReflectance, diffuseVisibleReflectance);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64