The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Hello all,
I have 256 units of ".prt" files from many ".asm" and i want to convert into .stp files. Anyone knows how can i do on a fast way?
Thanks in advance.
When you save an assembly to .stp, it keeps all the part files as individual models. Maybe I am misunderstanding the question.
If you have multiple assemblies, you could put them all in one assembly and export to .stp
You may want to look in to "distributed batch" which I think will help you do a conversion of many files. I have never used it but I think it may be your answer.
You can use CREOSON to get that done pretty easily ... couple of options... JavaScript (you can modify the Playground help page) or use CREOPYSON (python library for CRESON).
Basically - you can use the following workflow calling CREOSON functions:
for each fileName in file : list *.prt
file : open fileName
interface : export type=STEP file = fileName (opt - filename = stepfileName)
Pretty simple thing to do. Probably worth looking at the CREOPYSON version first.
Dave
Hi,
look at https://community.ptc.com/t5/System-Administration/PTC-Creo-Distributed-Batch/m-p/624616#M25131 discussion.