|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
NX12.0.2 新功能--- 运行时NXBIN目录问题--UGII_ROOT_DIR废弃
# c( ^) }+ m/ y, @ I- C+ f) k) @) X/ Y: @
从NX 11开始,帮助您找到可执行文件和库,并将它们与configuration区分开来' m. g2 v# |$ w9 I' m! m1 i
文件更容易,一个包含DLL(或左右)或可执行文件的中央运行时目录,以及
6 p6 [9 v2 w% P& t7 k使用JAR文件。中央运行时目录将更新,因为NX支持更多和不同应用。, I- e8 U8 k% C, s* l: A
7 g5 C$ o z+ s/ @! v用于包装可执行文件的脚本尚未移动,它们仍在原始套件中具有配置文件的地点。, Y+ o. v3 P& T+ t0 _8 A. w4 U4 @- @
NXBIN目录
$ x4 N9 a" ]1 r; W& y. c6 L) V运行时目录NXBIN在UGII_BASE_DIR \ nxbin的所有平台上创建5 E, }& O3 L4 b5 `$ O
NX安装期间的位置。根据选择安装的内容,库和 f8 R7 Y5 h2 o+ T% F$ Y3 M
在安装期间,来自不同工具包的可执行文件将合并到中央运行时目录中
0 I" g s( @( p: i8 \4 }处理。' g- }$ n1 [2 p& ^8 b" V; v
新的NX运行时目录不包含所有二进制文件和可执行文件。只有最频繁的7 P+ ^, H* h8 r2 W6 n
已移动以下目录中使用过的文件:
0 o* l1 @5 [9 n$ c1 \3 Y9 R, A
+ J+ f. @; F9 x. B) K. f$ @3 d% _1 V$ B0 }- s) l9 M- G* Q1 z( e1 f
• UGII* S: A( y! `5 ?) U1 T6 j% K5 v+ I
• UGMANAGER) u$ W2 P* o# ~9 Y& G4 z( |8 w
• STEP203UG @. o1 L. L. \+ z: E
• STEP214UG
P3 @$ J2 y7 \" H- E0 `• PVTRANS
5 R$ O0 }7 J4 ]• MACH+ g3 f1 k* ^7 k8 E
7 l5 i, s X" M- _' U+ kUGII_ROOT_DIR has historically been used to fi n d the following in the UGII directory:3 N2 x5 `# ~# |7 o3 [
• Libraries and executables
2 [( G/ ?8 W. O8 H* A6 \2 h, z• Confi guratio n fi le s
N* v) n2 M1 ]2 zWith the creation of the central runtime directory, there are two different locations for these fi le s# b" L( s$ x# u0 E0 W u9 ?
(nxbin and ugii), so the concept of UGII_ROOT_DIR is obsoleted. Use the UGII_BASE_DIR variable
& O/ `9 j% |: ~2 einstead when you write custom application code and scripts.
' K Z9 H' E! J& nWhile the NX install no longer sets UGII_ROOT_DIR, the defi nitio n on the system will remain to
+ m" l! c/ a% rsupport earlier releases. If your code or scripts rely on UGII_ROOT_DIR, modify them to ensure
7 B1 [/ X) ]: ?! T0 bthey work in NX 12.' s' j- l) p, o4 ]" c# t5 e, B0 r1 Q
$ v9 t; P c) h' j
- W, @7 d( V: t9 h) @. C7 b0 H3 n
* ?0 m8 M0 K4 H
* g% J; a' K0 N7 I; Y+ n |
|