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

Function get_owner_name

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

Source from the content-addressed store, hash-verified

187
188
189def get_owner_name(element: ifcopenshell.entity_instance) -> Union[str, None]:
190 if not getattr(element, "OwnerHistory", None):
191 return
192 return element.OwnerHistory.OwningUser.TheOrganization.Name
193
194
195def get_owner_creation_date(element: ifcopenshell.entity_instance) -> Union[str, None]:

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected