|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard./ y) i, B+ n1 p4 Y7 i. S7 J
This is described in the NX Open for C/C++ -> Open C Reference Guide -> . l {* C7 x" d" g3 Y+ `. X
Overview -> setting up your system. The image being created is an external
/ d I b, y: t! B+ R, E4 i User Function program using C++ and Open C++ calls.% g( o/ D$ \0 K+ `7 k2 d
2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to
- m" ^& G% o% S* m7 m9 i Project->Properties (Alt + F7), select/expand Configuration Properties->General and set" {: N( {. m+ g" B$ [( p
the "Configuration type" to Dynamic Library (.dll).& T1 Z% Y- r6 N% V* m
3. Make sure the output file is generated with extension .dll. Go to
7 x: U3 [" K# ~- W8 g _0 J Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the
! t4 v7 `& m* b1 K "Output File" with the .dll extension.# z3 K, V6 T9 L3 u( R' g. n+ }
4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project# I) R7 q W. ?
pulldown and select "Add Existing Item...". Select the file using the popup
! Y0 _1 R. H% B5 Q. _( L+ T window. R; G. W( P- J* R. S8 {
5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options, 4 k* D M; I' Y4 ?1 z2 E9 w
select/expand Projects and Solution->VC++ Directories. On right side window select # U% A) Z( c+ t" ` l6 T
"Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp
. Y( H) t. G Q0 W* y1 E2 Z& \ to the existing list.( h* m5 Q+ ?- l, M5 o1 V7 G
6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7),
0 c H) u# r5 p# J! w select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib
0 S$ ?# n4 C% s6 x: E- n9 L in the "Additional Dependencies" row.
# ^2 r- R; F) [9 m2 h 7. Build the external image by going to the Build menu and selecting either ; N" K# t7 ^: g* A: U
"Build Solution" or "Rebuild Solution".1 r* P# ?2 S0 c
This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.$ x d( F Z( w' z2 [( D
' D+ M0 d1 f7 T( F5 N/ f0 _ |
|