|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard.: o: c* h7 i+ e. T; S. B* J
This is described in the NX Open for C/C++ -> Open C Reference Guide ->
}& W- k6 I# w4 k Overview -> setting up your system. The image being created is an external) J( M- w6 l8 ^8 F; n. G
User Function program using C++ and Open C++ calls.
# q5 p+ U/ I8 I 2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to
1 x: m5 d; ]- K% n& J \ Project->Properties (Alt + F7), select/expand Configuration Properties->General and set B- D) Q" m0 y0 n' A5 X* Q- j: n. l
the "Configuration type" to Dynamic Library (.dll).1 D. E- F d2 o& `% q
3. Make sure the output file is generated with extension .dll. Go to
, {! P! g* B. L8 ^+ {6 z: [- S Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the
9 I/ e! v$ ~9 Z# C4 \. O) \$ H "Output File" with the .dll extension.
* [( V. k$ s3 @# z& p 4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project
8 t ^1 G. ]5 P/ z0 C pulldown and select "Add Existing Item...". Select the file using the popup) p* a: F: F% T5 C
window.2 R; v9 l8 }3 s3 U; u2 @1 x
5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options, / |: ]" E" T% D- g
select/expand Projects and Solution->VC++ Directories. On right side window select
2 f' b w' X, K/ R# p3 ~ "Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp
, r6 ~8 p& e7 { to the existing list.% R" K! ?3 k6 X1 k4 g! g
6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7),
! Y* H- l8 D* u* G7 \ select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib
, Y1 J4 m( W7 f$ Q9 V- c6 }! ?9 Q in the "Additional Dependencies" row.
' G! k Y* r. m [+ _9 f( a 7. Build the external image by going to the Build menu and selecting either 0 j2 Z9 c( H" v- e
"Build Solution" or "Rebuild Solution".
+ h3 T' E [& \ A% T$ D This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.
. e7 N+ @+ @$ R) ]# c0 _7 x- B8 a( ^1 X4 Z
|
|