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

Method setWindExposure

src/model/Surface.cpp:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 }
489
490 bool Surface_Impl::setWindExposure(const std::string& windExposure) {
491 return setWindExposure(windExposure, true);
492 }
493
494 bool Surface_Impl::setWindExposure(const std::string& windExposure, bool driverMethod) {
495 bool result = setString(OS_SurfaceFields::WindExposure, windExposure, true);

Callers 4

translateSurfaceMethod · 0.45
updateUserDataFunction · 0.45

Calls 1

emitChangeSignalsMethod · 0.45

Tested by

no test coverage detected