Dear all,
I would like to create a process flow that links Autodesk Inventor with MATLAB. My intended workflow is as follows: the MATLAB genetic algorithm will select design parameters aaa, bbb, and ccc, and then write these values into an Excel file. The next step is to update my CAD model in Inventor, where the design parameters are linked to the Excel file. With each iteration, a different set of aaa, bbb, and ccc values will generate a new geometry. I want to control Inventor to update the CAD model and export the geometry as a .CATPart file at each iteration. I will use the exported geometry for analysis, which is already set up. Therefore, I only need to establish the link between MATLAB and Inventor.
Thank you in advance for your help!