(element: ifcopenshell.entity_instance)
| 199 | |
| 200 | |
| 201 | def 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 | |
| 207 | def get_facility_parent( |
no outgoing calls
no test coverage detected