Questions tagged [autodesk-designautomation]

For questions related to Autodesk Forge Design Automation, including the REST web service and engine specific questions (AutoCAD, Inventor, Revit or 3dsMax).

384 questions
0
votes
1 answer

Wrong inventor server version when trying to use Inventor+2022

Just getting into Forge world with "ForgeSample" Inventor example. Fascinating indeed. Just noticed than when selecting Engine as Autodesk.Inventor+2022, it is still launching Inventor Server 2020.3, when WorkItem is started. I made model also in…
0
votes
1 answer

Forge DA4I and Vault

Is there a way that I can integrate DA4I with Autodesk Vault ? I want to use a numbering scheme for the new parts/drawings that are generated in Forge. This numbering scheme is managed inside Vault and depends on the type of document. I also want…
Mark Brouwers
  • 37
  • 1
  • 2
0
votes
1 answer

How does the AppBundles of Forge Configurator work?

i'm trying to extract and run the AppBundles from this demo written in C# https://github.com/Autodesk-Forge/forge-configurator-inventor I don't know anything about C# (i use php to program) and i need to integrate this Forge Configurator in my site…
0
votes
0 answers

Forge Design Automation: FailedInstructions

I am trying to start with tutorial. I think all the settings are in the right place, Revit version is matching, but for some reasons it keeps giving me this error for the workitems. The full error report is as below. I found a similar question…
0
votes
0 answers

Forge DA Inventor model parametrization speed insufficient on forge

I have a speed issue with parametrization of an inventor model. It is an assembly with env. 20 parameters, a few parts with no dependencies. Parametrization is done by transforming the parts at their location in space using iLogic and a helper dll.…
refactorer
  • 26
  • 2
0
votes
1 answer

Autodesk design automation API for Navisworks

Actually, we have a plugin in the desktop Navisworks application. I want to move this plugin over to the cloud in Autodesk Forge viewer. So Does Autodesk provide design automation API for Navisworks?
0
votes
1 answer

Can an Inventor assembly be translated into a Revit project or family with Autodesk Forge?

I need to translate Inventor assemblies (iam) in some cases into Revit projects (rvt) and in other cases into Revit families (rfa). Does anyone know if this is possible using either the Forge model derivative api or the Forge design automation…
0
votes
0 answers

Forge Design Automation API (AutoCAD) keeps giving me ErrorStatus=53, but only with certain input DWG files

I've written an AutoCAD command in C#/.NET that finds a table in a DWG file and fills that table with some data. Then it publishes a PDF file from the DWG using code very similar to the code found here. This command works fine on desktop AutoCAD no…
0
votes
1 answer

How load custom .net dll with accoreconsole.exe in Design Automation with all AutoCAD DLL's

I have created a AutoCAD custom .net dll for the desktop version which had some operation. Adding multiple empty drawing documents. Opening the existing drawing document and copying the required blocks in the newly created drawing…
0
votes
1 answer

Can the onComplete callback be used with localhost?

I'm using Forge's Design Automation to submit a job and then process its outputs when it is complete. I added onComplete to the activity arguments: "onComplete": { "verb": "post", "url":…
rchen
  • 9
  • 2
0
votes
1 answer

Autodesk Forge Configurator Inventor - Azure deployment problem

I have troubles with deploying an app to Azure. I started with https://github.com/Autodesk-Forge/forge-configurator-inventor repo. I managed to run it locally with no errors. I am able to login, upload my own zipped files, change parameters, export…
0
votes
1 answer

Autodesk Forge [GET] /activities/:id always returns null

I'm working on the step-by-steptutorial Design automation for Revit. I'm trying to get the [GET] /activities/:id to work to get detailed info of an activity. At first, I retrieved all the activities available to me: When I try to call the [GET]…
0
votes
2 answers

Use Corona renderer for rendering models in Autodesk Forge

We are trying to use forge to render 360 view images for furniture models. Unfortunately, we need to use corona plugin for it. But while attaching dll files like we see in documentation - we still see an issue. [08/17/2021 15:07:15] 8/17/2021…
bsn
  • 1,024
  • 1
  • 8
  • 7
0
votes
1 answer

VER_MISMATCH_MIMETYPE error when creating new item version in BIM360 with Forge DataManagement API

I'm using Forge DesignAutomation API to update Revit models on BIM360. All goes well, until I wish to create a new version on BIM360 for the Revit model that was returned by the DesignAutomation app. For many Revit files (but not all: seemingly the…
0
votes
1 answer

'FailedExecution' error when executing workitem

Prior to the changes to the Engine version, my design automation for Inventor app was working fine. After changing to a newer Engine version, I have started to get error when executing the workitems. The reason I changed the engine was because my…
wangdu
  • 3
  • 1