standalone_drawer.py: no openings though

This commit is contained in:
Thomas Krijnen
2025-08-06 09:29:04 +02:00
parent 7e2b9dc7f3
commit c9eb345491
+1 -1
View File
@@ -33,7 +33,7 @@ class Drawer:
if len(sys.argv) == 6:
drawing_elements = set([ifc.by_guid(g) for g in sys.argv[3].split(",")])
else:
drawing_elements = set(ifc.by_type('IfcElement'))
drawing_elements = set(ifc.by_type('IfcElement')) - set(ifc.by_type('IfcFeatureElement'))
self.setup_serialiser(ifc, target_view)