This is an online JS-based frontend that gives a simple interface for converting IFC files to a number of other formats.
You need:
- Java version 8+
- a running version of the back-end to this code: https://github.com/LBDserver/converter_backend/
Open console and run:
npm install
npm run start
After starting the server, a local web application (React) starts that allows converting IFC to a number of other data formats:
Care to extend the application so it can also output other formats, this is easily possible with a small number of code edits as long as you have an executable available of the conversion process.
Jeroen Werbrouck, UGent - jeroen.werbrouck@ugent.be