Hi all,
does it exist a way to do multiple exports from a list of .3dm files, creating multiples .stp files?
Thank you for the support.
Duccio
Hi all,
does it exist a way to do multiple exports from a list of .3dm files, creating multiples .stp files?
Thank you for the support.
Duccio
Hi Duccio - a script can do that - I am pretty sure there are some out there, I’ll take a look in my pile.
ExportFromList.py (1.9 KB)
This may help - it dumps the new files into the source folder
To use the Python script use RunPythonScript
, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
-Pascal
Wow Pascal that is great!!!
I’ve just modified in the script from .stl to .stp and it works perfectly.
Thank you very much.
Duccio