Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Script to rename ProE model names in asm

joefrench

New member
Is it possible to write a script to rename all models in an assembly either appending a postfix to them or altering a postfix?


Say I have an assembly with the following model names:
<UL>
<LI>2207-101</LI>
<LI>2207-102</LI>
<LI>2207-103</LI>
<LI>etc...</LI>[/list]


And I want a script to change their names as follows:
<UL>
<LI>2207-101-00</LI>
<LI>2207-102-00</LI>
<LI>2207-103-00</LI>
<LI>etc...</LI>[/list]


Is there a way to write a script or something to do this from ProE?
Thank you
 
Yup Jlink a Java API for ProE could accomplish this. The user guide should be stored here on your machine:

C:\Program Files\proeWildfire 3.0\jlink\jlinkug.pdf

Be warned though information on Jlink is very sparse.
 

Sponsor

Back
Top