|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard.
6 @! r; }0 u* f: N& D. ~ This is described in the NX Open for C/C++ -> Open C Reference Guide ->
0 M9 V% g+ n' s Overview -> setting up your system. The image being created is an external' a# M! T7 a* _/ _ A) \1 `0 `* G o
User Function program using C++ and Open C++ calls.
" i/ w! a: u& O& O3 j) G! O3 ? 2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to
. c7 A0 z% Y( s' N# u1 O Project->Properties (Alt + F7), select/expand Configuration Properties->General and set
$ ]9 s- b8 I* a the "Configuration type" to Dynamic Library (.dll).2 E4 }% v' f" E6 \& C( h
3. Make sure the output file is generated with extension .dll. Go to
, M! a! d) q- b* ?1 Y Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the2 R: ^/ o% Z% ]5 p7 r9 r* ^9 a% E
"Output File" with the .dll extension.; T" W5 P# }; Q7 q; Y0 ?* N
4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project
# r+ ?; `- ?9 S, ^" R! a* }3 S pulldown and select "Add Existing Item...". Select the file using the popup4 Q( b K4 @% D4 c; L& K, M7 k
window.
' q: W0 W; X+ s 5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options,
- _! P/ U m) y' r select/expand Projects and Solution->VC++ Directories. On right side window select & B# F8 K2 z% I8 L8 [
"Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp 5 A" s* E0 @8 H& {# o. L' o
to the existing list.
/ F4 ~# h3 I( g5 V9 i. c# [ 6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7),
2 n1 j: |6 E( t( h4 W7 S- ~# h$ [ select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib( `% T2 ] h. |- E/ n
in the "Additional Dependencies" row.. n- [* ^8 a/ S9 g6 _' T
7. Build the external image by going to the Build menu and selecting either
4 p3 V1 Z' \# i! M9 C; o! _1 p7 } "Build Solution" or "Rebuild Solution". {- V/ N$ b2 @. F
This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.
2 c: Z" x! j. [/ D, j5 c# [8 D* B' \& P& d! D
|
|