| 81 | } |
| 82 | |
| 83 | aggregate_of_instance::ptr get_children_of_relation(Ifc2x3::IfcRelContainedInSpatialStructure* t) { |
| 84 | return t->RelatedElements()->generalize(); |
| 85 | } |
| 86 | |
| 87 | aggregate_of_instance::ptr get_children_of_relation(Ifc2x3::IfcRelAggregates* t) { |
| 88 | return t->RelatedObjects()->generalize(); |
no test coverage detected