
I still have a lot to learn in this area, so you might expect some other web app in the next few weeks. Seasoned web developer will probably find a lot to correct in my application, but I hope to improve with practice These features are built as extension of the Autodesk Forge Viewer, are written in JavaScript and run in the browser of the end user. To use the section, click on “Add a section” and select a face in the model to create your section. I also put in place a very basic section tool. You can lock the rotation of the view by clicking on the lock icon. Finally we will view those files using the Forge JavaScript Viewer embedded in the web.
Autodesk viewer forge windows#
A word of caution, uploading and translating a large model can take quite some time, do not close the windows until your model is displayed on the screen. Autodesk DWF Viewer has had 0 updates within the past 6 months. I called the end-result Termite, and it is available here.īy default, you see a model of my neighborhood from my last post, but you can also upload your own files. Using technologies from Microsoft, it is easy to publish my application on Azure, the Microsoft cloud hosting solution. I just had to made some few changes since I am using a different version of the ASP.NET Core framework. The explication on the blog are straightforward, and I won’t delve into it. I follow the detailed explanations from Augusto Gonzales to send my model to the Autodesk server for conversion, get an GUID back and use it to display my model in the Forge viewer. ASP.NET Core being a web framework developed by Microsoft, you can use your C# skills to “easily” build web application. One of the side effects of using this technique is that there’s a bunch of semi-transparent room boundary geometry in the resultant model, which can make navigation a little tricky. I start by creating an ASP.NET Core MVC Web Application with this tutorial. Some of you may remember this post, which talks about the ability to export to Navisworks from Revit to bring room information into the Forge viewer. NET programmer, I took on this opportunity to learn more about this new product and build my own web-based Forge viewer. The community around these products is growing, and new resources and samples are published on an almost daily basis.Īmong them, Augusto Gonzales recently wrote a comprehensive tutorial to build a small web viewer using Autodesk Forge and ASP.NET. Autodesk Forge is also the technology behind most of the web-based product of Autodesk, like BIM 360 Team, Docs or the A360 Online File Viewer.

Instead, it is designed to be used through other software, and especially web-based solutions. Web-based “BIM” solutions are the last big trend, and Autodesk is among the most advanced player in this area with their API offering called Forge.Īutodesk Forge is a product from Autodesk that don’t come with a user interface.
