mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
IfcCSV now loads the selector by default so its much more fun to use a lib.
This commit is contained in:
@@ -129,7 +129,7 @@ class IfcCsv:
|
||||
self.results = []
|
||||
self.attributes = []
|
||||
self.output = ""
|
||||
self.selector = None
|
||||
self.selector = ifcopenshell.util.selector.Selector()
|
||||
self.delimiter = ","
|
||||
|
||||
def export(self, ifc_file, elements):
|
||||
|
||||
Reference in New Issue
Block a user