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日

原文地址:https://www.cnblogs.com/nxopen2018/p/11116319.html