|
发表于 2003-10-6 19:14:00
|
显示全部楼层
PROE技术文章 : proe2001_units
发布者 wslm 在 2003-05-27 07:03:29 (951 阅读过)
When we create a new object (*.prt or *.asm) in proe2001 , the PTC system will default to select British measurement.
In order to get the Metric system, we have to waste some time to set it . Now I find a good method to get it done once and for ever.
Pls follow me.
1. Retrieve mmns_asm_design.asm ,mmns_part_sheetmetal.prt ,mmns_part_solid.prt
respectively(for exemple D:\Proe2001\templates) ,translate their units
into metric(mm,kg,second,degree) ,than save them as mmks_asm_design.asm ,
mmks_part_sheetmetal.prt ,mmks_part_solid.prt .Put the new file into your
route D:\Proe2001\templates ;
2. Add a few line in your config.pro (D:\Proe2001\text) ;
pro_unit_sys mmks
template_designasm mmks_asm_design.asm
template_sheetmetalpart mmks_part_sheetmetal.prt
template_solidpart mmks_part_solid.prt
template_mfgmold mmks_asm_design.prt
3. load the config.pro again;
4. Try to create a object , you able to select the default selection now . You can find units are Metric ;
|
|