Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

part name default

  • Thread starter Thread starter rajendran
  • Start date Start date
R

rajendran

Guest
Hi all,


Is it possible to change default part name series as per our wish. For example, default one is prt0001, prt0002,...and I want to change this series to A0001, A0002, etc.


Thanks
 
Hello,


May be you can do this activity outside Pro/E ...You get file attribute softwares in net. With them you may try to rename the file names.


Regards,


Sairam
Edited by: sk76442
 
you can create a mapkey with name_custom

mapkey s @MAPKEY_LABELcreate part ;~ Command `ProCmdModelNew` ;\
mapkey(continued) ~ Input `new` `InputPanel1` `k`;~ Input `new` `InputPanel1` `kh`;\
mapkey(continued) ~ Input `new` `InputPanel1` `kho`;~ Input `new` `InputPanel1` `khoi`;\
mapkey(continued) ~ Update `new` `InputPanel1` `khoi`;~ Activate `new` `OK`;\
mapkey(continued) ~ Activate `new_file_opts` `psh_ok`;\
mapkey(continued) ~ Timer `UI Desktop` `UI Desktop` `EmbedBrowserTimer`;\
mapkey(continued) ~ Command `ProCmdFtExtrude` ;~ Enter `main_dlg_cur` `dashInst0.Quit`;\
mapkey(continued) ~ Activate `main_dlg_cur` `dashInst0.Quit`;

tiemview if you need help
 

Part and Inventory Search

Sponsor

Back
Top