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

Function get_external_system

src/ifcfm/ifcfm/cobie24.py:1003–1005  ·  view source on GitHub ↗
(element: ifcopenshell.entity_instance)

Source from the content-addressed store, hash-verified

1001
1002
1003def get_external_system(element: ifcopenshell.entity_instance) -> Union[str, None]:
1004 if getattr(element, "OwnerHistory", None):
1005 return val(element.OwnerHistory.OwningApplication.ApplicationFullName)
1006
1007
1008def get_facility_parent(

Callers 14

get_attributesFunction · 0.70
get_contact_dataFunction · 0.70
get_facility_dataFunction · 0.70
get_floor_dataFunction · 0.70
get_space_dataFunction · 0.70
get_zone_dataFunction · 0.70
get_type_dataFunction · 0.70
get_component_dataFunction · 0.70
get_system_dataFunction · 0.70
get_connection_dataFunction · 0.70
get_spare_dataFunction · 0.70
get_resource_dataFunction · 0.70

Calls 1

valFunction · 0.70

Tested by

no test coverage detected