#include <uf.h>
#include <uf_ui.h>
#include <uf_modl.h> UF_initialize(); //参数选择对话框
UF_FEATURE_SIGN sign = UF_NULLSIGN;
double dBlockOrig[] = { 0.0, 0.0, 0.0 };
char* sBlockLengh[] = { "", "", "" };
tag_t tBlockObj;
char sMessage[] = "参数选择对话框";
int iCount;
tag_t* atExp;
int iResponse;
UF_MODL_create_block1(sign, dBlockOrig, sBlockLengh, &tBlockObj);
UF_UI_select_parameters(sMessage, tBlockObj, &iCount, &atExp, &iResponse);
UF_free(atExp); UF_terminate(); Caesar卢尚宇
2019年7月1日

NX二次开发-UFUN参数选择对话框UF_UI_select_parameters-LMLPHP

05-16 14:06