|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard. o, C' v0 d' }+ ^' ^6 e
This is described in the NX Open for C/C++ -> Open C Reference Guide -> n( D4 g) P: r7 {
Overview -> setting up your system. The image being created is an external
% ^6 \& N2 G$ p# t) u& F User Function program using C++ and Open C++ calls.
0 N3 i# n$ Y: [ 2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to
6 A' u: e% H, ?$ p! y! U- g8 [$ f# t Project->Properties (Alt + F7), select/expand Configuration Properties->General and set
6 {( A& i0 X$ A( _9 W$ D3 Q: x the "Configuration type" to Dynamic Library (.dll).
1 \+ W/ O. j; X9 G6 A$ }6 | 3. Make sure the output file is generated with extension .dll. Go to 7 C) K5 _! R+ K* K+ a3 L+ R; n
Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the
2 o" c! N7 R9 u2 M( \. E "Output File" with the .dll extension.
% i2 ?8 k) |5 ~" t- [ 4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project" R; F( p' U; u- R& L
pulldown and select "Add Existing Item...". Select the file using the popup& r% G) m7 q- C+ N' o
window.
( k4 F( R/ g* r' j 5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options,
3 u D2 P' \3 y$ r: Y select/expand Projects and Solution->VC++ Directories. On right side window select # M" E( L5 x. q* R/ A2 j
"Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp
& Q& q" j* T2 b2 F7 I+ x! O7 G to the existing list.
0 x7 m: ?+ v& @( r8 G6 o; ^ 6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7), & R" ~+ e7 s$ n8 b0 P
select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib
9 ^- T2 O3 y" W. P: W3 f1 M' } M in the "Additional Dependencies" row.9 `1 b$ `$ W) ~: |* p
7. Build the external image by going to the Build menu and selecting either
' ~+ O+ P% K& L( W "Build Solution" or "Rebuild Solution".
7 V8 d! P, s8 Q3 g/ i& Q8 l$ ]1 X$ e0 j This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.+ {0 l- }( g/ @! |5 o
; V, R& B7 `- W
|
|