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
时间: 2024-11-11 07:05:30