| 127 | : HVACComponent_Impl(other, model, keepHandle) {} |
| 128 | |
| 129 | boost::optional<ParentObject> ThermalZone_Impl::parent() const { |
| 130 | return boost::optional<ParentObject>(this->model().building()); |
| 131 | } |
| 132 | |
| 133 | std::vector<ModelObject> ThermalZone_Impl::children() const { |
| 134 | std::vector<ModelObject> result; |