Thank you for the video. I have a problem though maybe you could help. I created a macro, where I open a .cae file and export a part as .stl file. When I run it with macro manager it works just fine. However I can't run it as a script for some reason. I don't get any error messages either. Have any idea why this is happening?
Great job! This is the best video to start this topic. Thank you
I'm glad that you think so! Thanks a lot!
Thank you for the video. I have a problem though maybe you could help. I created a macro, where I open a .cae file and export a part as .stl file. When I run it with macro manager it works just fine. However I can't run it as a script for some reason. I don't get any error messages either. Have any idea why this is happening?
What is the error message that you get?
Maybe you are missing some import?
@@tecnodigitalschool Wow thank you for replying so fast. I figured it out. Had to edit the python script I got from ABAQUS a little bit. Now it works.
Awesome!
By the way, you can replace all the list of "imports" inside the macro for:
from caeModules import *
Have a great day!