Control Autodesk Inventor batch mode using MATLAB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I have created a parametric design in Autodesk Inventor and linked it to an Excel sheet. When I update the Excel sheet, I can easily update my geometry. However, I want to automate this process in batch mode and export the structures in STL format.
Here's what I want to achieve:
- Select geometric values.
- Create the geometry based on these values.
- Export the geometry in STL format.
- Repeat the process in a loop, controlled by MATLAB.
I would like to control Inventor's batch mode using MATLAB. Is there a way to do this?
Thanks in advance!