| 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); |
no outgoing calls
no test coverage detected