|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard." {7 D" {( [4 A; b2 C
This is described in the NX Open for C/C++ -> Open C Reference Guide ->
& p, w7 t* j+ c K5 w. e/ F% E Overview -> setting up your system. The image being created is an external7 D2 }; Q! T9 l# [) M" ?1 f* f1 B
User Function program using C++ and Open C++ calls." q0 {* `/ M* J; c- j, N
2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to ( W3 z9 ?5 ?2 A' r
Project->Properties (Alt + F7), select/expand Configuration Properties->General and set
. y8 v; `1 n& ]" i' ^/ R the "Configuration type" to Dynamic Library (.dll).1 f- C4 `8 i* A Y+ N! q1 Q$ M
3. Make sure the output file is generated with extension .dll. Go to
( N+ E4 t6 _( v" c' a1 C u6 R Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the' }' d7 E. K X4 A; j7 G2 b
"Output File" with the .dll extension.4 A- m7 k4 z, B% `* J4 F
4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project( ?' c% G1 B; M. x/ n% [
pulldown and select "Add Existing Item...". Select the file using the popup% U) U- R( M4 ^! c" f+ \. q
window.
% @( v9 S+ c& z 5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options, 6 n6 S9 V( t2 P
select/expand Projects and Solution->VC++ Directories. On right side window select % l0 H! ]5 o; r' Q. n7 m/ d# l3 y
"Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp
. g' @9 N0 ]- w% x3 g to the existing list.: R% ~. j6 P% D; w. p4 m
6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7), 8 w4 d$ ?) @5 {/ `; u( \' s0 }
select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib$ t k$ B/ B- E2 w2 K' K
in the "Additional Dependencies" row.
! L* X8 T/ x: T; n3 y' L" D) m; y 7. Build the external image by going to the Build menu and selecting either ( S- X4 i; e* J& Z* w& q
"Build Solution" or "Rebuild Solution".
8 L% X$ S( i/ [: f0 G, Q. j! v This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.
# ~7 u8 s. n1 N* ]( U+ P* ?0 \, a' x4 ^
|
|