Skip to content

A web application to convert Revit files to IFC

License

Notifications You must be signed in to change notification settings

OpenAIM/RevitToIFC

 
 

Repository files navigation

RevitToIFC

A Web App to convert Revit files to IFC

Overview

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.

Overview

Installation

Prerequisite:

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.

Built With

Development

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

Bug / Feature 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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Contact information

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.

About

A web application to convert Revit files to IFC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 66.4%
  • HTML 23.6%
  • JavaScript 7.0%
  • CSS 3.0%