随笔分类 - UG_NX
摘要:#include <uf.h> #include <uf_modl.h> static void do_it(void) { // 创建圆台 UF_FEATURE_SIGN sign = UF_NULLSIGN; double origin[3] = { 15.0, 20.0, 30.0 }; ch
阅读全文
摘要:#include <uf.h> #include <uf_ui.h> extern "C" DllExport void ufusr(char* param, int* retcode, int param_len) { uc1601("大jiji", 1); } extern "C" DllExp
阅读全文
摘要:控制面板/系统/高级/环竟变量/系统变量 下找到变量UGII_LANG/编辑,设定值为simpl_chinese就是简体中文界面 如果不想在环境变量里写,可以到安装目录下的ugii文件夹下找到ugii_env_ug.dat在里面修改 UGII_LANG=simpl_chinese 简体中文UGII_
阅读全文