Open pablo-mayrgundter opened 2 years ago
Per discussion with Adrian, I'll put a proposal together for a CSV <-> IFC library.. not at the App level, but just using web-ifc.
First cut is here:
https://github.com/bldrs-ai/tools
> node src/ifctool.js index.ifc --type=IFCBUILDINGELEMENTPROXY --out=csv --fmt='["Name.value"]'
web-ifc: 0.0.34 threading: 0
"Name.value"
"Together"
"Together"
"Together"
"Together"
"Together"
"Together"
"Together"
Just click a button somewhere and save out to CSV.
The export should be in the context of whatever the URL is. If it's the root model IFC, then export the whole building. If an element path, then export that subtree.
Have a simple panel showing the result for copy-paste and save to file.