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

Function get_owner_application

src/ifcfm/ifcfm/basic.py:201–204  ·  view source on GitHub ↗
(element: ifcopenshell.entity_instance)

Source from the content-addressed store, hash-verified

199
200
201def get_owner_application(element: ifcopenshell.entity_instance) -> Union[str, None]:
202 if not getattr(element, "OwnerHistory", None):
203 return
204 return element.OwnerHistory.OwningApplication.ApplicationFullName
205
206
207def get_facility_parent(

Callers 7

get_facility_dataFunction · 0.85
get_storey_dataFunction · 0.85
get_space_dataFunction · 0.85
get_zone_dataFunction · 0.85
get_element_type_dataFunction · 0.85
get_element_dataFunction · 0.85
get_system_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected