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

I'm having difficulty trying to update our 2025 .NET Framework version to 2026 .NET Core. I started with my own solution receiving these errors, then switched over to start from scratch using the ...
MRamirez's user avatar
0 votes
0 answers
67 views

WorkItemId - 26d61b66378742f29fdf127cbb421972 Last week, I was testing to see if I can upgrade my app to support inventor 2026. But it didn't work. In order to see if it was some issue on the app ...
wangdu's user avatar
  • 5
0 votes
0 answers
36 views

I'm trying to write a sub to essentially check if more than 1 flange was added during the addition of a 'flange feature' to a sheet metal part and if so, were there any that shared a vertex. ...
Cptnamr7's user avatar
0 votes
1 answer
94 views

I'm using an iLogic rule embedded in an assembly file to update parameters, open linked drawings, and export PDFs for use in Design Automation. However, the rule doesn't seem to be running correctly, ...
Jianchen Yu's user avatar
-1 votes
1 answer
51 views

I am trying to push text to a file that consists of the following string: <exportfolder value="C:\placeholder_loc" /> In this, the "C:\placeholder_loc" is a different ...
Cptnamr7's user avatar
0 votes
1 answer
258 views

I am trying to add a macro to interface with a plugin we recently added for Inventor that saves the file in a format specific to another program. It is not using the 'save as' interface within ...
Cptnamr7's user avatar
0 votes
2 answers
104 views

The default Inventor engine max rate limit is 900 as given in: https://aps.autodesk.com/en/docs/design-automation/v3/developers_guide/rate-limits/da-rate-limits/ Since it's defined by the attribute ...
Terminator404's user avatar
0 votes
1 answer
138 views

I have an Inventor plugin written in C#. One of the lines is MeasureTools MT = App.MeasureTools;, where App is an InventorServer object. However, when I upload it as an AppBundle to APS, I get the ...
TheWaningMoon's user avatar
1 vote
1 answer
118 views

I'm trying to modify a model built using iLogic in Inventor 2023 using APS Design Automation. But I'm getting Failed Instructions in the status and not sure with the reason. Please find the reports in ...
user21330330's user avatar
0 votes
2 answers
57 views

Currently im working on design automation of forge api. my inventor version is 2023 Does forge support inventor 2023? if does then what is engine name. How to solve? Forge inventor 2023 it is possible ...
Archana Sapkal's user avatar
0 votes
2 answers
210 views

I am using the Design Automation for Inventor template to convert my add in to a plugin for use with Autodesk Platform Services (APS). I have setup my addin and DebugPluginLocally for use with the ...
TheWaningMoon's user avatar
0 votes
1 answer
138 views

I followed this blog post about Svf generation using Inventor, and I was able to achieve the functionality described in the example. Speed up viewable generation when using Design Automation for ...
Justin Gaukler's user avatar
1 vote
1 answer
156 views

The below GIF is from the APS Viewer. You can see that the 3D annotations' text direction does not flip to allow readability from both sides. The below GIF is from Inventor 2022. You can see that the ...
Tyler Warner's user avatar
0 votes
1 answer
105 views

we can run a local Inventor add-in for convert a iam assembly to RFA, using ExportBuildingComponent API. As explained in documentation (https://aps.autodesk.com/en/docs/design-automation/v3/...
Cristian Barzaghi's user avatar
0 votes
1 answer
136 views

Can someone help me by sharing the list of Inventor versions supported by APS? I'm using Design Automation API and Visualization API. I tried this API https://aps.autodesk.com/en/docs/design-...
user21330330's user avatar
0 votes
0 answers
177 views

I have a working plugin width Autodesk Design Automation API for 2 years and suddenly stop working and throw next error of time out server. [01/11/2023 14:55:28] display name input.iam [01/11/2023 14:...
Juan Ruiz's user avatar
1 vote
1 answer
372 views

I've created a NuGet package with several assemblies in it to be used for an Add-In for Autodesk Inventor. It's a Solution in Visual Studio 2019 which consists of 3 .net Framework 4.8 Class Library ...
Majjek's user avatar
  • 41
0 votes
1 answer
107 views

I have searched for Linq in Inventor API. but, found nothing. can anyone share the learning link or syntax for it. that would be great I can implement Linq in Revit API not unable to implement in ...
taher ali's user avatar
0 votes
1 answer
129 views

I'm using Model Derivative API's to upload Inventor's IAM on a bucket (in a zip mode). I'm using Inventor 2022 and Instance Properties. Is it possible to publish SVF/SVF2 file to have instance ...
Alder Moriggi's user avatar
0 votes
1 answer
473 views

I should start out with this is my first attempt at a vba user form. I Have some simple code to fill a user form (pulling from Inventor Custom iProperties) the problem I am running into and made a ...
Brent's user avatar
  • 1
0 votes
1 answer
1k views

I've run into an issue with a Forge configurator that we are developing, whereby the pdf output does not reflect the configured model. The general process that it follows is it opens the assembly, and ...
NeilS's user avatar
  • 50
0 votes
1 answer
1k views

i'm trying to make the following pattern on inventor. is there a more efficient way of doing this other than drawing each hexagon and extruding it?
galaxies's user avatar
0 votes
0 answers
288 views

I'd like to use Enumerable.DistinctBy() Method in my VB.NET code*. But I'm getting 'DistinctBy()' is not member of System.Collections.Generic.IEnumerable(Of CustomClass) error. This is how my code ...
Lluser's user avatar
  • 276
0 votes
1 answer
2k views

I am using Inventor 2022 and VBA in it. I tryed to save file with VBA script (macro - button). Here is the code, which is included in documentation of old version of Inventor but it include some ...
vasek 9876's user avatar
0 votes
1 answer
705 views

My problem is this: If Autodesk Inventor is not running, my app (console app) creates a new instance with Activator.CreateInstance(InventorType); and uses it as a COM object. When my app does not quit ...
dee7kay's user avatar
  • 23