element.get_type doc note

This commit is contained in:
Andrej730
2024-06-19 18:06:17 +05:00
parent e329b18e33
commit a834e5b4cd
@@ -447,7 +447,9 @@ def get_predefined_type(element: ifcopenshell.entity_instance) -> str:
def get_type(element: ifcopenshell.entity_instance) -> Union[ifcopenshell.entity_instance, None]:
"""Retrieves the construction type element of an element occurrence
"""Retrieves the construction type element of an element occurrence.
Note: `get_type(type_element) == type_element`.
:param element: The element occurrence
:type: ifcopenshell.entity_instance