From dd044c8516a7b4cde2c0027ef2e0d790ffc19b90 Mon Sep 17 00:00:00 2001 From: VDobranov <112861900+VDobranov@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:39:38 +0500 Subject: [PATCH] Update reference_structure.py A mistype in docs: should be IfcRelReferencedInSpatialStructure instead of IfcRelContainedInSpatialStructure --- .../ifcopenshell/api/spatial/reference_structure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/spatial/reference_structure.py b/src/ifcopenshell-python/ifcopenshell/api/spatial/reference_structure.py index 4a8997a847..d0f0187cbf 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/spatial/reference_structure.py +++ b/src/ifcopenshell-python/ifcopenshell/api/spatial/reference_structure.py @@ -44,7 +44,7 @@ class Usecase: :param relating_structure: The IfcSpatialStructureElement element, such as IfcBuilding, IfcBuildingStorey, or IfcSpace that the element exists in. - :return: The IfcRelContainedInSpatialStructure relationship instance + :return: The IfcRelReferencedInSpatialStructure relationship instance :rtype: ifcopenshell.entity_instance.entity_instance Example: