![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Newest 'autodesk-forge' Questions - Stack Overflow
I'm using C# and upgrading from Autodesk.Forge to Autodesk .NET SDK (OssClient) and when I try to create a signed url (ossClient.CreateSignedResourceAsync()), I run into the problem that a file with a ...
Autodesk forge: Get access token using POST/XMLHttpRequest …
Autodesk Forge only supports OAuth from the server side, which is more secure. Explaining, your approach requires the Client ID & Secret to be exposed on the client, so the API blocks it via CORS header.
autodesk forge - {fault.name} - The client_id specified does not …
2018年5月3日 · Autodesk Forge Authentication - "The client_id specified does not have access to the api product" 0. Forge ...
Add ThreeJs model in Autodesk Forge Viewer - Stack Overflow
2020年11月29日 · As Petr mentioned here (upgrade three js version in autodesk forge viewer), Forge Viewer uses self-maintained three.js r71 removed most of the built-in three.js functions. If you want to use missing features from Forge Viewer's three.js libraries, I would advise you to use some modern development tools such as bundlers (Webpack is the most ...
autodesk forge - What file formats does AutodeskForge support?
2018年11月5日 · I would like to want to know the list of file formats supported by Autodesk Forge. The list can be confirmed on the following two sites. https://viewer.autodesk.com (click the link called "2D and...
autodesk forge - Change default ViewCube Orientation - Stack …
2018年8月1日 · autodesk-forge; Share. Improve this question. Follow edited Aug 1, 2018 at 18:57. Daniel. asked Jul 31 ...
How to Retrieve Forge Viewer objectTree? - Stack Overflow
2016年8月19日 · When the document is loaded, an event called Autodesk.Viewing.GEOMETRY_LOADED_EVENT will be fired, then you can start manipulating the instance tree. Simply do this: viewer.addEventListener(Autodesk.Viewing.GEOMETRY_LOADED_EVENT, function () { var …
Autodesk Forge - How to get all available family in revit file
2022年4月21日 · I am using Autodesk Forge to build a web app, I want to get categories, families, and family types in the original revit project. I have researched but all I can get is families that have instances on view.
upgrade three js version in autodesk forge viewer - Stack Overflow
2020年11月26日 · Forge Viewer uses Three.js version 71, and due to the way both libraries are written, it is unfortunately very difficult to port Forge Viewer to more modern versions of Three.js. You can try back-porting parts of Three.js that you're interested in manually (I did that for the Potree point cloud library ), but such work is not an officially ...
Get properties value from dbId or externalid - Autodesk Forge
2022年4月18日 · I have dbId and externalId in forge viewer. I want to get some value of properties object from this dbId and externalId. For example: Perimeter, Area, Volume, ... What is the syntax to do that?