Message 1 of 6
Addin help inventor 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Relatively new to programming add-ins, but we need a custom add-in that does the following:
- Generate a STEP file from parts, or all parts in an assembly.
- Send a custom XML to a server.
- Perform a manufacturability check. Wait for the file to be processed, then check the XML file in the export directory. If it fails, it moves it to the failed folder; if successful, it is moved to the done folder.
- Get the results back into Inventor and process the results.
I would like to know if this is possible and how to start. I tried searching the forum but could not find any samples or topics about it.
Thanks in advance.