Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

I'm trying to run setThemingColor before the properties are loaded and the object tree is available, since I don't need the recursive option to be true. However, the coloring doesn't seem to be ...
3dbim's user avatar
  • 1
-1 votes
0 answers
30 views

We are trying to get properties of a Navisworks model uploaded to BIM360 but since the last upload, the fetch properties endpoint seems to always return 'success' without data, even after days. Is ...
3dbim's user avatar
  • 1
-5 votes
2 answers
120 views

Does anyone know how to automate getting 3-legged authentication? Whenever I run my zapier trigger which is catch hook with autodesk, i always need to manually get a authentication code by pasting the ...
Gen's user avatar
  • 1
Best practices
0 votes
2 replies
49 views

I am loading a very large svf2 model and need to color its elements by a certain status. The problem I’m having is that the object tree takes a very long time to download in the viewer. Given that I ...
3dbim's user avatar
  • 1
0 votes
0 answers
47 views

From yesterday to today, all our previously translated models in all environments — development, staging, and production — started returning error 404 (“x-ads-troubleshooting: Fail to authorize the ...
Glaucon Diniz Garcia's user avatar
Best practices
1 vote
2 replies
91 views

Currently, only weekly publishing is supported. I am considering two options but none of them convince me: Run app, keep it in the background and keep refreshing the 3 legged token every hour. I am ...
Javier's user avatar
  • 13
0 votes
1 answer
47 views

I'm attempting to use the ACC API to get the list of forms for a project but it fails with an HTTP 401 Unauthorized response that includes message "Authorization failed." This is while ...
Tim K's user avatar
  • 63
0 votes
1 answer
55 views

Tried using API to control the behavior of Linked Files export as IFCs using the IFC Exporter API in Revit 2024.Not able to implement. Code snippet below for reference. Good to know if any other API ...
Mohit Mangal's user avatar
0 votes
0 answers
51 views

screenshot I'm working with Autodesk Viewer version 7 and trying to implement a custom selection tool. I'd like to add this new selection mode as a button on the Viewer's navigation toolbar. The ...
astromelon's user avatar
0 votes
1 answer
57 views

Summary: In Revit I can't get the Model Derivative {urn}/references to show linked rooms in Sheets. In my Forge Viewer I combine multiple large files that are translated using {generateMasterViews: ...
Duzmac's user avatar
  • 441
0 votes
1 answer
130 views

I'm experiencing an issue with APS Design Automation (formerly Forge) where my AppBundle's PackageContents.xml is not being read/processed by AutoCAD Core Console, preventing my custom .NET DLL from ...
Lloyd_Xmas's user avatar
2 votes
0 answers
67 views

We are building an offline Forge Viewer project using Vue + Vite, which will later be wrapped in an iOS app (Capacitor). In offline mode, we need to serve model files and translations from a local ...
Ahmed Abd Elnaser's user avatar
0 votes
1 answer
91 views

For some reason logout with redirect uri stop redirecting and keep me on Autodesk page after logging out. What i do is follow approach that was described here https://aps.autodesk.com/en/docs/oauth/v2/...
Evhenii's user avatar
  • 61
0 votes
0 answers
25 views

how can I programmatically downloading an Autodesk ACC model? Do I need a 3-legged token? Following is my code, I'm getting 403 forbidden, I belive the problem may be with 'storageHref'. ...
David's user avatar
  • 11
1 vote
0 answers
49 views

The short version: I have uploaded a DWFX file into the Autodesk Platform Services. I can view the 3D model in that file using APS Viewer, and I can view its object tree and object properties through ...
Vitaly's user avatar
  • 11
-2 votes
1 answer
57 views

I have a Revit model that was translated from a Revit file, but the original file does not contain any public 3D views. How can I get the level information from the Model Derivative data? I am able to ...
Duc Trung Tran's user avatar
1 vote
0 answers
47 views

I created a new Autodesk APS app with Client ID: ap3k3LvbSEKgACbnlk4lt6LryCVckkKtfK5SbXRr7vQVdUJ4 The app is configured in the APS Developer Portal with Autodesk Construction Cloud API enabled, and it ...
Corey Hebert's user avatar
0 votes
1 answer
54 views

# 4. Upload File # -------------------- def upload_file(token): safe_file_name = quote(FILE_NAME) url = 'https://developer.api.emea.autodesk.com/oss/v2/buckets/mycompany-cadbucket-test/objects/...
Skymeric Sales's user avatar
2 votes
0 answers
56 views

I'm in the process of building a search functionality through this endpoint. This is not a documented endpoint in APS and I came across this while profiling network calls in ACC. ACC docs UI uses this ...
Async Await's user avatar
0 votes
1 answer
45 views

I use Revit API to find a family instance's Host and SuperComponent, ref: Revit API Host Property and Revit API SuperComponent Property Is it possible to get the host and supercomponent of the ...
Sajal's user avatar
  • 56
0 votes
0 answers
43 views

I'm currently using `Multiple ModelUtil.js` to handle multiple models. (https://github.com/yiskang/MultipleModelUtil) Currently, the models are loaded sequentially, which causes performance delays ...
astromelon's user avatar
0 votes
1 answer
145 views

I've been trying to get a 3-legged authentication to work. I believe I've been to all resources Autodesk has online but unfortunately they all show different things and despite trying to piece it all ...
floretti's user avatar
0 votes
0 answers
36 views

I'm trying to load a glTF file into the Autodesk Viewer using the viewer.loadModel() method. Here's my current code: function loadglTF() { const path = 'js/Project2.gltf'; const desiredValues =...
astromelon's user avatar
0 votes
0 answers
30 views

I'm encountering an issue with the Autodesk Forge Viewer where it doesn't properly resize when the browser window is resized horizontally. Problem: When the browser window is resized vertically, the ...
Ilyas Belfar's user avatar
0 votes
0 answers
91 views

I've asked before but it was deleted because of insufficient information, so I hope it's not the case this time. I'm experiencing an issue where the Model Derivative API appears to ignore the v3 ...
IBG's user avatar
  • 415

1
2 3 4 5
92