Do you use SVF? Have you tried SVF2? If the answer is yes to either of them, please take a moment to fill this survey about SVF/SVF2. SVF is a format used to view a model with Forge API. ...
Autodesk is one of the leading providers of 3D design solutions. Forge is Autodesk’s platform of APIs and web services that help you augment your design and engineering data and workflows...
I wrote about migrating our C# .NET samples to VB.NET: learnforge Modify Your Models - VB.NET You can do the same with any of our .NET projects, including View your models Once you conver...
If you just want to rotate a sheet in the Viewer, that's quite simple. You can set the rotation before or after loading the sheet. Before: var mx = new THREE.Matrix4(); mx.makeRotationZ(9...
Previously you needed a custom version of the PixelCompare extension in order to use it in your app - see Compare two 2D documents using Forge Viewer Though it does not seem to be documen...
There is a function called setCategoryCollapsed(category,collapsed) for collapsing a category in the Property Panel, but the documentation is not clear on what exactly it expects as input...
When you load your Inventor assembly in the Viewer then the root object is not listed in the Model browser. Because of that you cannot even select that object and see the file's propertie...