|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
NX12.0.2 新功能--- 运行时NXBIN目录问题--UGII_ROOT_DIR废弃
$ N* d9 S) h+ f' R2 G- T1 N9 T8 ^- {0 ^3 X' w, j* X
从NX 11开始,帮助您找到可执行文件和库,并将它们与configuration区分开来* E+ @ D0 g/ ]/ ~
文件更容易,一个包含DLL(或左右)或可执行文件的中央运行时目录,以及, A( r" Z. k% ` h) Q
使用JAR文件。中央运行时目录将更新,因为NX支持更多和不同应用。
( Z! K( x1 u: s( ^/ s! E! H, f% J: u, m+ S2 X x" _! f
用于包装可执行文件的脚本尚未移动,它们仍在原始套件中具有配置文件的地点。
! r+ e! L! U# N- o3 yNXBIN目录
) I5 I% Z2 U2 S* K1 S) o4 _运行时目录NXBIN在UGII_BASE_DIR \ nxbin的所有平台上创建
2 r& \1 f2 j6 f" YNX安装期间的位置。根据选择安装的内容,库和* g( b" ~% ^3 U; D% {( M; h
在安装期间,来自不同工具包的可执行文件将合并到中央运行时目录中
" W" D v6 k7 B) I5 h5 u处理。" w) }3 A7 M4 Y2 t
新的NX运行时目录不包含所有二进制文件和可执行文件。只有最频繁的
) u4 h) T6 h3 {% M, s1 a; I, Q已移动以下目录中使用过的文件:
! l7 p' ~+ B. h) V8 ]
0 X0 G4 U+ z( a8 i% A' c: P* z0 `
# M7 N. y4 B. i% _/ p; H) S7 \/ c• UGII
/ A- d* n: _! O: N: B v• UGMANAGER
$ u7 {0 Y1 D- P( F1 a• STEP203UG3 Z5 g y+ J9 X0 _' ^& _# c' f- ~! B
• STEP214UG
: q' R! z0 j( k! {• PVTRANS
5 T8 F0 Y8 T3 d+ P/ V• MACH
& |! _, _* G) N4 c( w V2 K7 `2 O, a5 Q; Q0 k# h. ^5 I4 G6 ^
UGII_ROOT_DIR has historically been used to fi n d the following in the UGII directory:
+ L, ?+ w# |# y• Libraries and executables
/ [0 i! [7 o9 i v- E7 t• Confi guratio n fi le s5 J5 Z H6 Q+ @8 \% X
With the creation of the central runtime directory, there are two different locations for these fi le s
( K! t b, E3 c* e* B! H1 ?4 n$ v(nxbin and ugii), so the concept of UGII_ROOT_DIR is obsoleted. Use the UGII_BASE_DIR variable
* C4 l% U( H* }) [9 M6 hinstead when you write custom application code and scripts.
2 {- W: j. I) }( S* B6 n: e( @While the NX install no longer sets UGII_ROOT_DIR, the defi nitio n on the system will remain to$ Q4 o/ _" ]! a& c
support earlier releases. If your code or scripts rely on UGII_ROOT_DIR, modify them to ensure2 ^$ U( j+ R" t$ x. }3 }
they work in NX 12.
# S7 v; q. i, J0 i' Y! H. G( w) I; z3 P6 Z0 {8 M
( l- w- e# O+ p
( P: j% U# R: z5 O) a
1 L3 V" |3 y. f; d4 x |
|