I want to be able to create a assembly from a text file.
I want to be able to create a assembly from a text file.
(OP)
I have a folder called “Translations” containing multiple *.stp files. I need to create an assembly file with certain step files from the “Translations” Folder. I receive an text file with the file names that are suppose to make up this assembly.
Is there anyway that I can automate this process using my text file, by using a mapkey or a batch script file. Please help!!!!!!
Is there anyway that I can automate this process using my text file, by using a mapkey or a batch script file. Please help!!!!!!





RE: I want to be able to create a assembly from a text file.
Does your text file provide info as to how these parts will go together? Are they all created relative to a common coordinate system or do they each have their own?
RE: I want to be able to create a assembly from a text file.
I'm open to any suggestions
RE: I want to be able to create a assembly from a text file.
RE: I want to be able to create a assembly from a text file.
When you make it, save it to a *.pro file and open it up in notepad.
Then, using whatever programming language you use, write up a little program and have it spit out the same text as the mapkey file you created, switching up the filename with a variable read in from a file.
If it's only 50 parts, you should just make the mapkey, and repeat 50 times. It's probably not worth all the effort to write a program, unless this is something you'll have to do a lot of in the future.