码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-07-01 20:11:41      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:response   nat   image   res   ESS   sel   对话   http   term   

 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日

技术图片

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

标签:response   nat   image   res   ESS   sel   对话   http   term   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!