1 NX9+VS2012 2 3 4 #include <uf.h> 5 #include <uf_csys.h> 6 7 8 9 UF_initialize(); 10 11 //设置WCS显示 12 //1显示WCS, 0不显示WCS 13 UF_CSYS_set_wcs_display(0); 14 15 UF_terminate();
原文地址:https://www.cnblogs.com/nxopen2018/p/10957175.html
时间: 2024-10-06 22:26:57