| 77 | namespace { |
| 78 | #ifdef HAS_SCHEMA_2x3 |
| 79 | Ifc2x3::IfcObjectDefinition* get_parent_of_relation(Ifc2x3::IfcRelContainedInSpatialStructure* t) { |
| 80 | return t->RelatingStructure(); |
| 81 | } |
| 82 | |
| 83 | aggregate_of_instance::ptr get_children_of_relation(Ifc2x3::IfcRelContainedInSpatialStructure* t) { |
| 84 | return t->RelatedElements()->generalize(); |