I have a code that generates many resultant time dependent forces, which will then be applied to my solidworks assembly. Instead of manually entering in each force, is there a way to interface solidworks simulation with a code in C, so that when I run my program, I can immediately see the resultant stresses in my solidworks part?
Additionally, I have another code that outputs the time-dependent position/configuration of the assembly. Is there a way to interface solidworks animations with this code?
Thank you for your help!
the API is open and you might be able to do both both things
but can't your system just create a F vs time curve or location vs time curve so you can use the software directly?