其他分享
首页 > 其他分享> > NX二次开发-UFUN选择草图对话框UF_UI_select_sketch

NX二次开发-UFUN选择草图对话框UF_UI_select_sketch

作者:互联网

 1 #include <uf.h>
 2 #include <uf_ui.h>
 3 
 4 
 5 UF_initialize();
 6 
 7 //选择草图对话框
 8 char sMessage[] = "选择草图对话框";
 9 tag_t tSketch;
10 int iResponse;
11 UF_UI_select_sketch(sMessage, NULL, &tSketch, &iResponse);
12 
13 
14 UF_terminate();
15 
16 Caesar卢尚宇
17 2019年7月1日

标签:sketch,草图,sMessage,对话框,UFUN,iResponse,二次开发,UF
来源: https://www.cnblogs.com/nxopen2018/p/11116319.html