The project implements a web application to translate a model created by 3D MAX Studio, which can support End-Users can virtualize their models with the Web browser. The project is really simple. However, the hardest part is to find the way to translate with Autodesk Forge APIs.
Particularly, BHSoft team helped our client to translate customer file (file revit .rvt) using Autodesk Forge service. The team had to assign color to rooms and floors of the building model so that the 2D version matches with the 3D version.
After translating the revit file using Model Derivative API, Autodesk Forge viewer can render the converted data into 2D and 3D model data within browser.
Our task is to extract and interpolate the data on-render to correctly render each floor/room color.