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

Method setPrimaryDaylightingControl

src/model/ThermalZone.cpp:695–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 }
694
695 bool ThermalZone_Impl::setPrimaryDaylightingControl(const DaylightingControl& daylightingControl) {
696 return setDaylightingControlsAndIlluminanceMaps(daylightingControl, this->secondaryDaylightingControl(), this->illuminanceMap());
697 }
698
699 void ThermalZone_Impl::resetPrimaryDaylightingControl() {
700 bool test = setString(OS_ThermalZoneFields::PrimaryDaylightingControlName, "");

Callers 9

translateThermalZoneMethod · 0.80
DispatchMethod · 0.80
mergeSpaceMethod · 0.80
modelFromThreeJSMethod · 0.80
addExampleModelObjectsFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 2

illuminanceMapMethod · 0.95

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64