首页 > 其他 > 详细

NX二次开发-UFUN拾取平面对话框UF_UI_specify_plane

时间:2019-07-01 20:07:04      阅读:132      评论:0      收藏:0      [点我收藏+]
 1 #include <uf.h>
 2 #include <uf_ui.h>
 3 
 4 
 5 UF_initialize();
 6 
 7 //拾取平面对话框
 8 double orientation[9] = { 0, 0, 0, 0, 0, 0, 0, 0, 0 };
 9 double origin[3] = { 0, 0, 0 };
10 double pts[6] = { 0, 0, 0, 0, 0, 0 };
11 int mode = 1, display = 0, response;
12 tag_t plane_eid = NULL_TAG;
13 UF_UI_specify_plane("指定平面", &mode, display, &response, orientation, origin, &plane_eid);
14 
15 UF_terminate();
16 
17 Caesar卢尚宇
18 2019年7月1日

技术分享图片

NX二次开发-UFUN拾取平面对话框UF_UI_specify_plane

原文:https://www.cnblogs.com/nxopen2018/p/11116350.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!