autodesk-forge

Have the quotas for Forge Design Automation changed?

元气小坏坏 提交于 2020-08-10 20:12:39
问题 In the past, I recall that there were max numbers for input sizes and numbers of inputs, however I can no longer find that info in the documentation. Do these limits still exist? The only mention I can find of them is in the Inventor release notes in the DA documentation: https://forge.autodesk.com/en/docs/design-automation/v3/change_history/inventor_release_notes/ The quotas page linked can't be found. https://forge.autodesk.com/en/docs/design-automation/v3/developers_guide/quotas/ 回答1:

Autodesk Forge: WorkItem failing due to AppPackage Issues

本小妞迷上赌 提交于 2020-08-10 18:53:14
问题 My AppPackage fails to load, and I'm unable to find the exact answer in the documentation or by the error message/code. I tested the bundle by unzipping it into the "C:\Program Files\Autodesk\ApplicationPlugins" on my local machine, and it runs/loads as expected. The AppPackage indicates that it is created successfully, which I'm sure is the most up-to-date version. The addin is a .NET DLL file. Error Report Message [02/15/2019 18:44:48] Starting work item ffbcfc1ca50546fc9a6372424b2cdae1 [02

Does Autodesk recommend offline forge viewer?

泪湿孤枕 提交于 2020-07-23 06:42:11
问题 Does Autodesk recommends offline forge viewer? what is advantages of offline forge viewer over online? I am referring this tutorial, but struggling with some error as follows: if there is any working example of offline forge viewer please drop link here. Thanks in advance!! 回答1: Does Autodesk recommends offline forge viewer? We are neutral on this - there's no recommendation as to whether to load the model from our service or your own ... it's entirely a matter of your business requirements .

“CORS header ‘Access-Control-Allow-Origin’ does not match”, incorrect “Access-Control-Allow-Origin” in Response Header

北城余情 提交于 2020-07-19 18:17:35
问题 We have a multi-tenant web application hosted on IIS with two headers (SiteA and SiteB). The application uses Autodesk Forge Viewer on the client side. Everything was working fine until last week which this started happening: when browsing the application with url "http://www.siteA.com" it works fine. now if we browse same application using url "http://www.siteB.com" in another tab the viewer does not load and we have two errors in the debug: Cross-Origin Request Blocked: The Same Origin

“CORS header ‘Access-Control-Allow-Origin’ does not match”, incorrect “Access-Control-Allow-Origin” in Response Header

▼魔方 西西 提交于 2020-07-19 18:10:38
问题 We have a multi-tenant web application hosted on IIS with two headers (SiteA and SiteB). The application uses Autodesk Forge Viewer on the client side. Everything was working fine until last week which this started happening: when browsing the application with url "http://www.siteA.com" it works fine. now if we browse same application using url "http://www.siteB.com" in another tab the viewer does not load and we have two errors in the debug: Cross-Origin Request Blocked: The Same Origin

Use a Semaphore to fix a Concurrency Issue

断了今生、忘了曾经 提交于 2020-07-10 07:05:40
问题 I recently asked a question: link here regarding the best way to store refresh tokens in my autodesk-forge web application. I am currently storing the refresh token in an SQL database with only one row and column, containing the refresh token. Steps regarding the token are as follows: When a user signs in, a GET method is called to retrieve the latest token from the database. Returndata.php simply connects to the SQL DB and retrieves the row from the table. Get method code: function

Create Signed URL for Object in BIM360 OSS

人盡茶涼 提交于 2020-07-08 03:21:17
问题 I'm trying to set up an Signed URL for an Design Automation Workflow which is triggered by an Webhook inside of the BIM360 OSS. If a file is added the webhooks triggers an endpoint to start a Design Automation. The webhook is working. And the Design Automation is working too. The Problem occurs if i try to wire both up. I#m trying to create a Signed URL of the File like suggested in this post from Petr Broz link stackoverflow. To use this API it is requierd to use an Token which is obatined

Create Signed URL for Object in BIM360 OSS

北城以北 提交于 2020-07-08 03:21:14
问题 I'm trying to set up an Signed URL for an Design Automation Workflow which is triggered by an Webhook inside of the BIM360 OSS. If a file is added the webhooks triggers an endpoint to start a Design Automation. The webhook is working. And the Design Automation is working too. The Problem occurs if i try to wire both up. I#m trying to create a Signed URL of the File like suggested in this post from Petr Broz link stackoverflow. To use this API it is requierd to use an Token which is obatined

Forge Viewer Optimization

泪湿孤枕 提交于 2020-06-29 04:28:06
问题 When using Forge Viewer with large model and browser loads svf model, over 840 MB is transferred. On mobile devices page loading failed. Is there a possibility to load model partly? 回答1: See here to load a model partially - in a nutshell you'd need to pass the nodes' IDs (dbids) in when loading the model like below: const options = { ids:[1,2,3 ...] } viewer.start/loadModel/loadDocumentNode(document,geometry,options) 来源: https://stackoverflow.com/questions/62257573/forge-viewer-optimization

Controlling the autodesk-forge viewer with external buttons

梦想与她 提交于 2020-06-29 03:55:28
问题 Currently I am adding forge to an internal company website where we can view all of the machines we have built or are building. The website works like this: The user selects a machine number and all the information about the machine will pop up. This includes stations within the machine, as well as all the individual parts within each station. My task was to add autodesk-forge to the website. Currently I have successfully used the autodesk-forge viewer so that whenever a machine is picked,