mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Implement new ICOM-based UI for managing process inputs, outputs, and resources
This commit is contained in:
@@ -63,8 +63,7 @@ class Usecase:
|
||||
for inverse in self.file.get_inverse(added_context):
|
||||
ifcopenshell.util.element.replace_attribute(inverse, added_context, equivalent_existing_context)
|
||||
for added_context in added_contexts:
|
||||
if added_context.is_a() == "IfcGeometricRepresentationContext":
|
||||
ifcopenshell.util.element.remove_deep(self.file, added_context)
|
||||
ifcopenshell.util.element.remove_deep(self.file, added_context)
|
||||
return element
|
||||
|
||||
def add_element(self, element):
|
||||
|
||||
Reference in New Issue
Block a user