|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard.
' X1 J8 @5 `6 s. b2 h This is described in the NX Open for C/C++ -> Open C Reference Guide ->
/ r- ^9 I! y4 X ~ W: {3 R( z Overview -> setting up your system. The image being created is an external
% O; R- u5 n' ]1 v2 y9 ^ User Function program using C++ and Open C++ calls.
# l2 v$ R# I9 q; n3 r- u+ i, f 2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to
; ?# b$ R% V2 \ Project->Properties (Alt + F7), select/expand Configuration Properties->General and set
$ x) d1 L0 z+ \* G& e, o the "Configuration type" to Dynamic Library (.dll).
% w5 S8 R8 T w- ]2 h y 3. Make sure the output file is generated with extension .dll. Go to
z F" Z9 o9 i: z/ _ b( m Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the
3 J3 \5 N* m( @ N" J3 I5 p "Output File" with the .dll extension.: d: _5 M( n* ?& r3 X. t
4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project
6 l( U" Q3 q% c; N pulldown and select "Add Existing Item...". Select the file using the popup( \* I& i" Y* t) R$ O7 C2 ?
window.
, s {9 e0 f3 d& ` 5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options, ( J$ ?: C' P/ F: d
select/expand Projects and Solution->VC++ Directories. On right side window select ) S5 i9 {2 e5 y8 Z0 l5 a! m1 P& Y4 V
"Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp * x) L; U- C( w+ I* R- a/ e" p
to the existing list.
% c/ t' E4 d5 R5 q0 {# y 6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7),
" f' H) G+ U- \' Y" H2 z# w select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib
/ d7 K6 h8 i" Q1 C0 `! t9 _ in the "Additional Dependencies" row.
2 R2 {1 R, \+ `: E, e 7. Build the external image by going to the Build menu and selecting either
7 t5 j0 c7 p8 H5 J9 { "Build Solution" or "Rebuild Solution".
4 i: H/ M- K1 |& `! t- {7 A" G: @ This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.
4 E0 H2 y1 V- l- Q& |% s3 F/ b r. C- B* ~: ~! u
|
|