标签:开发 img div info pre term ide ons cal
1 #include <uf.h> 2 #include <uf_ui.h> 3 4 5 UF_initialize(); 6 7 8 //点收集器 9 char sMessage[] = "点收集器"; 10 logical lCoincidentPoints = true; 11 UF_UI_chained_points_p_t chained_points; 12 int iCount; 13 int iResponse; 14 UF_UI_select_point_collection(sMessage, lCoincidentPoints, &chained_points, &iCount, &iResponse); 15 16 UF_terminate(); 17 18 Caesar卢尚宇 19 2019年7月1日
NX二次开发-UFUN点收集器UF_UI_select_point_collection
标签:开发 img div info pre term ide ons cal
原文地址:https://www.cnblogs.com/nxopen2018/p/11116313.html