#include <uf.h>
#include <uf_ui.h> UF_initialize(); //拾取平面对话框
double orientation[] = { , , , , , , , , };
double origin[] = { , , };
double pts[] = { , , , , , };
int mode = , display = , response;
tag_t plane_eid = NULL_TAG;
UF_UI_specify_plane("指定平面", &mode, display, &response, orientation, origin, &plane_eid); UF_terminate(); Caesar卢尚宇
2019年7月1日

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

05-16 14:07