AliveInTheLab
27.09.2017, 04:00
Autodesk Forge�is our collection of Application Program Interfaces�(APIs) that we use to develop our own web services. As part of our Autodesk Forge efforts, we share those APIs�(including documentation and code samples) with customers and 3rd�party developers�(the Forge community) that want to leverage years' worth of legacy and current data associated with projects. Pierre�Masson is a Premium Support Specialist on our Autodesk Worldwide Field Operations team. When it comes to Forge, we eat our own dog food�[1], so Pierre recently shared a project that he has been working on based on the Forge Viewer. Autodesk Forge can handle a lot of file formats, along with their metadata. When loading a design in the Forge Viewer, you have direct access to the related design properties. It can be very useful to display, side by side, the design and the properties. In this web application, you can browse your designs, and you�ll get access to the 3D�model and its design properties. You can search, click, and order your design properties like you would do in a conventional spreadsheet. Pierre has also implemented a Chart functionality; if you click on a table column, the corresponding chart will appear. Here is an Autodesk Screencast�of Pierre explaining how to use it. Having viewed the instructions, try it for yourself. Having tried it, perhaps you would like to extend it? For example, with some event management, you can really make the chart capability interactive where clicking on a table row or a pie chart segment zooms in on the corresponding component. If you would like to extend it or simply see how it works, here's the source code. Visit github.com/prjMasson/Forge-Sample-Viewer-and-Design-Properties To handle really large designs, server-side data processing should be implemented. Currently, this sample application processes them client-side, but stay tuned for future improvements around this topic. Thanks, Pierre. Pierre Masson: He will call no API before its time.�[2] A sample application is alive in the lab.Go to the original post...