mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Allow to assign IfcRelSpaceBoundary to an object (#1902)
This commit is contained in:
@@ -59,6 +59,7 @@ class EnableReassignClass(bpy.types.Operator):
|
|||||||
"IfcPositioningElement",
|
"IfcPositioningElement",
|
||||||
"IfcContext",
|
"IfcContext",
|
||||||
"IfcAnnotation",
|
"IfcAnnotation",
|
||||||
|
"IfcRelSpaceBoundary",
|
||||||
]
|
]
|
||||||
for ifc_product in ifc_products:
|
for ifc_product in ifc_products:
|
||||||
if ifcopenshell.util.schema.is_a(IfcStore.get_schema().declaration_by_name(ifc_class), ifc_product):
|
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",
|
"IfcStructuralItem",
|
||||||
"IfcContext",
|
"IfcContext",
|
||||||
"IfcAnnotation",
|
"IfcAnnotation",
|
||||||
|
"IfcRelSpaceBoundary",
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user