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

Method setDiffuseVisibleReflectance

src/model/Screen.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 bool Screen_Impl::setDiffuseVisibleReflectance(double diffuseVisibleReflectance) {
218 bool result = setDouble(OS_WindowMaterial_ScreenFields::DiffuseVisibleReflectance, diffuseVisibleReflectance);
219 return result;
220 }
221
222 bool Screen_Impl::setThermalHemisphericalEmissivity(double thermalHemisphericalEmissivity) {
223 bool result = setDouble(OS_WindowMaterial_ScreenFields::ThermalHemisphericalEmissivity, thermalHemisphericalEmissivity);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64