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

Method setSunExposure

src/model/Surface.cpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 }
472
473 bool Surface_Impl::setSunExposure(const std::string& sunExposure) {
474 return setSunExposure(sunExposure, true);
475 }
476
477 bool Surface_Impl::setSunExposure(const std::string& sunExposure, bool driverMethod) {
478 bool result = setString(OS_SurfaceFields::SunExposure, sunExposure, true);

Callers 4

translateSurfaceMethod · 0.45
updateUserDataFunction · 0.45

Calls 1

emitChangeSignalsMethod · 0.45

Tested by

no test coverage detected