|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard.
& E4 q2 ^8 i: M& Q+ s3 m This is described in the NX Open for C/C++ -> Open C Reference Guide -> - I6 j, C* S3 }2 r0 i" }
Overview -> setting up your system. The image being created is an external; w! m# x% C& `
User Function program using C++ and Open C++ calls.. O5 v% w: P+ X+ |4 x& l
2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to & ^, G/ X: y/ }$ _8 k, s8 M
Project->Properties (Alt + F7), select/expand Configuration Properties->General and set
- {, Z: v) K' ` the "Configuration type" to Dynamic Library (.dll).7 e8 ]+ n% X0 B, k! H: R/ F" @
3. Make sure the output file is generated with extension .dll. Go to
9 m5 i% k* G! q- f6 R Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the
# y0 i( Y* V- V/ A. k5 C "Output File" with the .dll extension.9 R9 U5 v7 ~9 V, {$ H2 u
4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project' O; N' _4 `! ~1 x, c* F
pulldown and select "Add Existing Item...". Select the file using the popup
. E: P, H, H( i2 A6 G. O window.; t. I5 k0 n$ F+ S- Y: l
5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options, 2 F0 f. ~& U: N/ V& b/ ~6 n
select/expand Projects and Solution->VC++ Directories. On right side window select
* n) c! \* I+ Q3 L "Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp 5 P) T" n. \) `- ~1 c' F$ T+ r
to the existing list.0 L& G1 _! D2 [- E
6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7),
# d6 J; x% |9 U' n2 {5 F5 S8 o select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib6 V* d# Q* O0 t# m* K% C
in the "Additional Dependencies" row.
( |9 V4 x& W" Q% K! I! n- F- Q 7. Build the external image by going to the Build menu and selecting either
4 `" |$ s3 [# ^" i* g "Build Solution" or "Rebuild Solution".
/ A7 X/ B5 d/ q0 C This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.8 g# s( \ W! B" P, r: u' X. P: `
9 D- t/ Q- [' q, w2 c
|
|