mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +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.results = []
|
||||||
self.attributes = []
|
self.attributes = []
|
||||||
self.output = ""
|
self.output = ""
|
||||||
self.selector = None
|
self.selector = ifcopenshell.util.selector.Selector()
|
||||||
self.delimiter = ","
|
self.delimiter = ","
|
||||||
|
|
||||||
def export(self, ifc_file, elements):
|
def export(self, ifc_file, elements):
|
||||||
|
|||||||
Reference in New Issue
Block a user