Autodesk Forge is our set of cloud-based developer tools used by our community of customers and partners to derive more value from their design and engineering data. When you use a computer program
There's a Table of Derivable File Formats for the Autodesk Forge Model Derivative API
Rate your AWS and Forge satisfaction
If you use AWS in conjunction with Forge, we'd like to understand how we're doing. Please take this 5 minute survey to rate your satisfaction with Forge. All input provided goes directly to AWS
Autodesk Forge for the absolute beginner
This blog provides set of instructions and necessary resources to get started with Autodesk Forge. Official website: https://forge.autodesk.com/ 1) Watch this video on 'What is Forge': https://www
Meet the Forge DevCon Team: Augusto Goncalves
We sat down with Augusto Goncalves from the Forge Partner Development team. He shares his background and what he is most excited about for Forge DevCon this November. Get to know him below and find
Forge Automation API for 3ds Max step-by-step tutorial and SIGGRAPH 2019
The 3ds Max engineering product team has produced a step-by-step tutorial that our docs team recently published. Check it out here. Automation V3 is still listed in beta, but we have had a lot of
New Autodesk Forge Viewer 7.0 is Now Available
Autodesk Forge is our collection of Application Program Interfaces (APIs), documentation, sample code, and a community of customers and partners who develop customized solutions suited to their
Look for exact property value and more
When using the search() function of the Viewer, you can only look for strings that at least partially match a given value. That will include other values as well: e.g. you may look for " Window1", but
Webpack and three.js in forge applications
In the newer versions of forge viewers( v6 and above) three.js is included in the forge viwer js file itself. So, when using webpack, mention three js in externals as it avoids loading three.js twice
Move Entities of 2D Drawing
Follow @Xiaodong Liang Note: the code demo in this blog is NOT official methods. You would use at your own risk. In the last blog, we introduced the way to get geometries of 2D curves by
Dump Geometries of 2D Curve
how to dump geometries of 2D curve by Autodesk.Viewing.Private.VertexBufferReader