| 45 | } |
| 46 | |
| 47 | OptionalModelObject AirToAirComponent_Impl::secondaryAirOutletModelObject() const { |
| 48 | return connectedObject(secondaryAirOutletPort()); |
| 49 | } |
| 50 | |
| 51 | std::vector<openstudio::IdfObject> AirToAirComponent_Impl::remove() { |
| 52 | Model _model = model(); |
no outgoing calls