MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get_children_of_relation

Function get_children_of_relation

src/ifcparse/IfcHierarchyHelper.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

addRelatedObjectFunction · 0.85

Calls 2

generalizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected