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.

part name default

rajendran

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

Sponsor

Articles From 3DCAD World

Back
Top