A beta version of the GUI for auto 4D breakdown consisting of location based display. The location breakdown will take the form of a local json. User will be able to import json for local parsing as well as make changes to these json.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
-
Register an app on autodesk forge viewer to secure clientID and clientSecret, refer to https://developer.autodesk.com/en/docs/oauth/v2/tutorials/create-app/
-
Secure bucket key with Oauth transaction, refer to
https://developer.autodesk.com/en/docs/data/v2/tutorials/upload-file/
A step by step series of examples that tell you how to get a development env running
- Clone Construction-Material-Recognition to local repo
git [email protected]:yumochi/Viewer_4DBIM_GUI_Trial.git
- Navigate to local Construction-Material-Recognition folder
cd Viewer_4DBIM_GUI_Trial
- Install node and node dependencies
npm install
- Export clientID and clientSecret into viewer
export FORGE_CLIENT_ID=<your clientID>
export FORGE_CLIENT_SECRET=<your clientSecret>
- Run local server
node start.js
-
Upload model into bucket by double clicking on the bucket
-
Start backprojection from BIM using myAwsomeExtention button
Viewer_4DBIM_GUI_Trial is currently in beta version
- Yumo Chi - Initial work - https://github.com/yumochi
- Amir Ibrahim
- Wilfredo Torres
- Augusto Goncalves - viewer-javascript-extract.spreadsheet