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

Method setSolarReflectance

src/model/Shade.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 bool Shade_Impl::setSolarReflectance(double solarReflectance) {
220 bool result = setDouble(OS_WindowMaterial_ShadeFields::SolarReflectance, solarReflectance);
221 return result;
222 }
223
224 bool Shade_Impl::setVisibleTransmittance(double visibleTransmittance) {
225 bool result = setDouble(OS_WindowMaterial_ShadeFields::VisibleTransmittance, visibleTransmittance);

Callers 2

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36