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

Function get_owner_creation_date

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

Source from the content-addressed store, hash-verified

193
194
195def get_owner_creation_date(element: ifcopenshell.entity_instance) -> Union[str, None]:
196 if not getattr(element, "OwnerHistory", None):
197 return
198 return ifcopenshell.util.date.ifc2datetime(element.OwnerHistory.CreationDate).isoformat()
199
200
201def get_owner_application(element: ifcopenshell.entity_instance) -> Union[str, None]:

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