This project is now archived, you can find the new version in RevitToIFCApp
Revit To IFC is a web application using the Autodesk Forge web services to convert Revit file to the IFC format. You can use this application to upload your Revit file to the Forge service and download back the converted file.
Prerequisite:
- Please install Angular-CLI by following these instructions.
- Create a new application on the Autodesk Forge website. This app must include the Data Management API and the Model Derivative API
git clone https://github.com/simonmoreau/RevitToIFC.git
cd RevitToIFC
# install the project's dependencies
npm install
# starts the application in dev mode and watches your files for livereload
ng serve
For comprehensive documentation on Angular-CLI, please see their github repository.
This Web app use Azure Function to retrieve a Forge access token. You can find this function here.
- Angular
- Autodesk Forge - A web service used to convert Revit file to IFC
Want to contribute? Great, I would be happy to integrate your improvements!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
If you find a bug (connection issue, error while uploading, ...), kindly open an issue here by including a screenshot of your problem and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include workflows samples and their corresponding results.
This project is licensed under the MIT License - see the LICENSE.md file for details
This software is an open-source project mostly maintained by myself, Simon Moreau. If you have any questions or request, feel free to contact me at [email protected] or on Twitter @bim42.