文章作者:里海
来源网站:https://blog.csdn.net/WangPaiFeiXingYuan
简介:
UG\NX二次开发 获取当前NX详细的版本号,包括小版本
效果:
代码:
#include <uf.h>
#include <uf_ui.h>
#include <string>
using std::string;
extern DllExport void ufusr(char *param, int *returnCode, int rlen)
{
UF_initialize();
UF_system_info_t Ssysinfo;
UF_ask_syst