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

Method thermalZone

src/model/AirLoopHVACReturnPlenum.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 boost::optional<ThermalZone> AirLoopHVACReturnPlenum_Impl::thermalZone() const {
65 return getObject<ModelObject>().getModelObjectTarget<ThermalZone>(OS_AirLoopHVAC_ReturnPlenumFields::ThermalZone);
66 }
67
68 bool AirLoopHVACReturnPlenum_Impl::setThermalZone(const boost::optional<ThermalZone>& thermalZone) {
69 bool result(false);

Callers 2

addToNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected