Could we get an object added into vba that allows either the API or iLogic to automatically run a simulation and create a report when a part changes?
I'm working in an internship that is trying to find the safest iteration of a part based on different random dimensions fed into the parameters by an Excel sheet. We already found a way to create the random numbers in Python, and we figured to use csv to filter the script into Inventor. The same script would also look through all of the report files in a folder, find the safety factor of each, and print them in another Excel, from which it will find the most ideal numbers. But in the middle, we needed to automize the simulations and report generation, which is where we had to stop our project. Maybe this is something to add in 2021?