| 2029 | } |
| 2030 | |
| 2031 | bool ThermalZone_Impl::multiAddToNode(Node& node) { |
| 2032 | return addToNodeImpl(node); |
| 2033 | } |
| 2034 | |
| 2035 | PortList ThermalZone_Impl::inletPortList() const { |
| 2036 | boost::optional<PortList> pl = getObject<ModelObject>().getModelObjectTarget<PortList>(OS_ThermalZoneFields::ZoneAirInletPortList); |
no outgoing calls