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日
相关文章
- 03-16NX二次开发-UFUN创建基准平面UF_MODL_create_plane
- 03-16NX二次开发-UFUN参数选择对话框UF_UI_select_parameters
- 03-16NX二次开发-UFUN进度中断检测,打开中断检测(对话框)UF_ABORT_enable_abort
- 03-16NX二次开发-UFUN进度中断检测,关闭中断检测(对话框)UF_ABORT_disable_abort
- 03-16NX二次开发-UFUN拾取平面对话框UF_UI_specify_plane
- 03-16NX二次开发-UFUN单对象选择对话框UF_UI_select_with_single_dialog
- 03-16NX二次开发-UFUN拾取屏幕位置UF_UI_specify_screen_position
- 03-16NX二次开发-UFUN选择草图对话框UF_UI_select_sketch
- 03-16NX二次开发-UFUN新建文件选择对话框UF_UI_ask_create_part_filename
- 03-16NX二次开发-UFUN多按钮模态对话框UF_UI_message_dialog