mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
black .
This commit is contained in:
@@ -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')) - set(ifc.by_type('IfcFeatureElement'))
|
||||
drawing_elements = set(ifc.by_type("IfcElement")) - set(ifc.by_type("IfcFeatureElement"))
|
||||
|
||||
self.setup_serialiser(ifc, target_view)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user