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

Function _ref_list

src/ifcquery/ifcquery/relations.py:41–42  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

39
40
41def _ref_list(elements) -> list[dict[str, Any]]:
42 return [_ref(e) for e in elements]
43
44
45def _traverse_up(element: ifcopenshell.entity_instance) -> list[dict[str, Any]]:

Callers 1

_all_relationsFunction · 0.85

Calls 1

_refFunction · 0.70

Tested by

no test coverage detected