| 38 | : ModelObject_Impl(other, model, keepHandle) {} |
| 39 | |
| 40 | std::vector<ModelObject> ParentObject_Impl::children() const { |
| 41 | return {}; |
| 42 | } |
| 43 | |
| 44 | /// remove self and all children objects recursively |
| 45 | std::vector<IdfObject> ParentObject_Impl::remove() { |
no outgoing calls
no test coverage detected