Skip to main content
Filter by
Sorted by
Tagged with
4 votes
2 answers
456 views

Ok I think we have a DA for Revit app running in Forge, but the next question is how to support multiple Revit version and I can't find a ton of documentation on it. Here is what I understand (or ...
sfaust's user avatar
  • 2,465
3 votes
2 answers
622 views

We are using Autodesk's Forge (or Platform Service), more specifically, the Design Automation where we run scripts on our files in the cloud. We are looking into ways to import a "Type Catalog&...
codeFreak24's user avatar
3 votes
1 answer
248 views

I created a project from this tutorial. How may I send a huge json file by user to be read in Command.cs in Design Automation for Revit on cloud? I receive the file in DesignAutomationController.cs ...
Aditya Poddar's user avatar
2 votes
1 answer
1k views

Within a web client using the Forge API, I would like to get a JSON array of Revit elements in a model. Using the Design Automation API, I am creating an Activity that uses FilteredElementCollector to ...
Alex's user avatar
  • 1,048
2 votes
3 answers
2k views

I want to be able to add more default/custom paper sizes to a user's "DWG to PDF" PC3 file in AutoCAD, (or at least be able to read it) but the only way seems to be using the interface that AutoCAD ...
braX's user avatar
  • 11.9k
2 votes
1 answer
102 views

I am trying to find an example of how to send a heavy json file as a payload in the workitem of the APS API. And also how can I retreive such json in the automation side in C#. Thanks in advance. I ...
Joseph Tenenbaum's user avatar
2 votes
1 answer
338 views

We have a design automation application for Revit that handles models from BIM 360 and we would like to open models using our own process so we can modify what worksets are opened, etc. We have found ...
sfaust's user avatar
  • 2,465
2 votes
1 answer
236 views

Our group utilizes app bundles to automate project setup in ACC. We have been utilizing the same process for versions of Revit 2022-2024 with no problems. I have recently ran into issues when ...
Mason Lumley's user avatar
2 votes
1 answer
335 views

I am trying to complete a full runthrough of the Forge API for an inventor model. We have succesfully managed to submit the workitem which does everything it needs to do based on our personalised ...
JJR's user avatar
  • 21
2 votes
2 answers
1k views

I try your code to export DWGs in blog Autodesk Forge. It is work very well, I get a zip with files dwgs. Now i try to export PDF but it not work, i just get a zip with no things. I think it problem ...
lan bao's user avatar
  • 23
1 vote
1 answer
1k views

I want to send some diagnostic output to the default report.txt file. In some posts it is shown that exceptions are logged to this report.txt file somehow (automatically or not?). Also, I see in ...
MaratMir's user avatar
1 vote
2 answers
2k views

Design Automation AppBundles for Revit require the identification of the Revit engine, which includes the version (year) of Revit. So to make a Design Automation to support multiple Revit versions, ...
Bret Thompson's user avatar
1 vote
1 answer
104 views

I am using learn.forge.designautomation-master sample code. Using VS 2019, ngrok as described in forge tutorial.So far did not do any mistake knowingly. Please see the screen shot. The app is stack as ...
nayra n's user avatar
  • 29
1 vote
1 answer
74 views

I'm trying to run a WorkItem in a activity. My command looks like this: "$(engine.path)\\revitcoreconsole.exe /i $(args[rvtFile].path) /al $(appbundles[GetSheetsApp].path)" When I try to ...
Eduardo's user avatar
  • 711
1 vote
1 answer
937 views

I noticed that Model Derivatives are able to translate Revit to IFC using a specified Export Setting Name. Is it possible to do the same in Design Automation? The Autodesk exporter (Autodesk.IFC....
rchen's user avatar
  • 19
1 vote
1 answer
494 views

Question about the Design Automation API. Is it possible to create a Design Automation script that removes worksharing so that Design Automation can work on the rest of the file and then throw that ...
M Scott's user avatar
  • 55
1 vote
1 answer
1k views

I'm currently working on some Revit API code which is running in the Autodesk Forge Design Automation cloud solution. Basically, I'm trying to create a material and attach a texture to it via the ...
maleficca's user avatar
1 vote
1 answer
360 views

I'm following the Design Automation API v3 tutorial for Revit. When doing a workitem post I'm a little unclear about the "rvtFile" and "result" arguments. Can the rvtFile url be in an aws bucket? ...
alandelira's user avatar
1 vote
1 answer
429 views

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\...
R. Olson's user avatar
1 vote
2 answers
378 views

I'm trying to do a custom plot with design automation, but it crashes on validator.Validate(plotInfo); with a eDeviceNotFound error. It's because the Acad engine can't find my custom.pc3 file. I ...
Mathieu's user avatar
  • 13
1 vote
2 answers
386 views

I've been working with the Design Automation API to run some simple scripts on some drawing files, but my output file is always corrupted and I'm not sure why. I'm running the following script to add ...
Kev Wilson's user avatar
1 vote
1 answer
33 views

I am running an app in Autodesk Platform Services(formerly Forge). For some files it takes more than 60 minutes to get the results, so the upload URL has expired then the upload takes place, ending in ...
Javier's user avatar
  • 13
1 vote
2 answers
99 views

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 ...
Oleh's user avatar
  • 13
1 vote
1 answer
83 views

I have a problem with exporting an autodesk revit .sat file using design automation. If I run it inside Revit on desktop, there is no problem. but the same code does not work from Design automation. I ...
Rivers Code's user avatar
1 vote
1 answer
61 views

I'm trying to upload the app-bundle to aps, but keeps getting a 404 error: { "developerMessage": "The requested resource does not exist.", "moreInfo": "https:...
Eugene Shtoka's user avatar

1
2 3 4 5
10