NX二次开发-UFUN特征选择对话框UF_UI_select_feature

 1 #include <uf.h>
 2 #include <uf_ui.h>
 3 
 4 
 5 
 6 UF_initialize();
 7 
 8 //特征选择对话框
 9 char sMessage[] = "特征选择对话框";
10 int iCount;
11 tag_t* atFeature;
12 int iRessponse;
13 UF_UI_select_feature(sMessage, NULL, &iCount, &atFeature, &iRessponse);
14 
15 
16 UF_terminate();
17 
18 Caesar卢尚宇
19 2019年7月1日

猜你喜欢

转载自www.cnblogs.com/nxopen2018/p/11116292.html