mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Assigning a parametric profile type now auto switches from non parametric geometry to parametric geometry
This commit is contained in:
@@ -22,7 +22,8 @@ class Usecase:
|
||||
ifcopenshell.util.element.remove_deep2(
|
||||
self.file,
|
||||
self.settings["representation"],
|
||||
extra_subgraph_elements=list(styled_items | presentation_layer_assignments),
|
||||
also_consider=list(styled_items | presentation_layer_assignments),
|
||||
do_not_delete=self.file.by_type("IfcGeometricRepresentationContext"),
|
||||
)
|
||||
|
||||
for element in styled_items:
|
||||
|
||||
Reference in New Issue
Block a user