UG默认的长度单位是英制。我们在应用UG进行机械设计时,我们常常需要进行单位转换,下面就两种情况介绍单位的转换方法:
第一种情况: 把单位改变而实际尺寸不变化:.
a. Unigraphics NX->UG Command Prompt
b. Cd UGII
c. Ug_convert_part -in (-mm) XX.prt
第二种情况:.尺寸的数值不变,让单位变化 :
打开UG part 文件,进入Modeling.
Expression->export 产生 XX.exp 文件.
UG Command Prompt
Cd ugii
Ug_convert_part -in (-mm) XX.prt
Close UG part 文件, 重新打开 UG part 文件。进入Modeling.
Expression->Import with option(Replace Existing).