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
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