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

Function get_parent_of_relation

src/ifcparse/IfcHierarchyHelper.h:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

addRelatedObjectFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected