(element: ifcopenshell.entity_instance)
| 1001 | |
| 1002 | |
| 1003 | def 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 | |
| 1008 | def get_facility_parent( |
no test coverage detected