Looking to utilize IFC.js for generating IFC files within a web application. According to the documentation, this library supports both reading and writing of IFC files.
Find the library here:
Despite going through the documentation and source code, I'm struggling to locate instructions on how to export a file using the library. It's possible that I may have overlooked it.
If anyone has insights on using this library for file export, your help would be greatly appreciated.
The specific scenario involves converting a Three.js scene into an original IFC.js file. No additional information is needed beyond converting the 3D mesh data and potentially materials into the IFC file format.