|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard.
/ G2 \# @3 |- E6 a5 O. L* K$ {' ~/ R This is described in the NX Open for C/C++ -> Open C Reference Guide ->
$ h- H9 r3 P3 V2 \ Overview -> setting up your system. The image being created is an external8 ]. q' L! D; [1 ~
User Function program using C++ and Open C++ calls.+ V2 a! }- o, P
2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to
# ~( }- o! x, m, c6 Y* \5 o' i Project->Properties (Alt + F7), select/expand Configuration Properties->General and set
: f1 ?7 U1 h) ^& f; A7 z5 f9 ~$ g the "Configuration type" to Dynamic Library (.dll).' n' ]' N8 ^- C" x! u Z9 [, N
3. Make sure the output file is generated with extension .dll. Go to
8 P" m. h+ O5 J) ~$ l Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the# P, | t* X5 b. N. ^8 v6 B
"Output File" with the .dll extension.
: n/ r# Y2 ]& e- k6 e 4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project% W8 F# ~3 ]$ W1 }0 O" o3 z
pulldown and select "Add Existing Item...". Select the file using the popup9 \; l$ I, z# S8 Z* K5 G
window.
/ q' q$ ~9 f T& j$ L 5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options, - g# I5 j6 d( l! S' \1 y1 w
select/expand Projects and Solution->VC++ Directories. On right side window select 0 P# Z& k/ G! p1 E. o8 Z$ Z' N
"Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp , J7 N' F, h4 h, |4 z2 ~/ h
to the existing list.
0 d+ g3 w" \. I, M* H 6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7), / d3 P' m8 R) ?: R8 q
select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib' \% P8 @( B) Y2 |/ l0 `
in the "Additional Dependencies" row.
2 Z% ?1 g! `5 M d# D1 v 7. Build the external image by going to the Build menu and selecting either
; J( t, A& ]: V; Y) c "Build Solution" or "Rebuild Solution".6 [/ h; O( C; o# v' ^
This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory., i2 E8 V% W; d# N, T' Z2 s' V9 H" F
" g# p5 ~2 M. E% O9 v9 a
|
|