Allow to assign IfcRelSpaceBoundary to an object (#1902)

This commit is contained in:
Cyril Waechter
2021-11-30 03:35:55 +01:00
committed by GitHub
parent f991b053d3
commit b65f2ca062
2 changed files with 2 additions and 0 deletions
@@ -59,6 +59,7 @@ class EnableReassignClass(bpy.types.Operator):
"IfcPositioningElement",
"IfcContext",
"IfcAnnotation",
"IfcRelSpaceBoundary",
]
for ifc_product in ifc_products:
if ifcopenshell.util.schema.is_a(IfcStore.get_schema().declaration_by_name(ifc_class), ifc_product):
@@ -90,6 +90,7 @@ def getIfcProducts(self, context):
"IfcStructuralItem",
"IfcContext",
"IfcAnnotation",
"IfcRelSpaceBoundary",
]
]
)