1 char msg1[256]; 2 UF_OBJ_ask_name(BodyTag, msg1); 3 string s; 4 s = msg1; 5 6 string A; 7 string B; 8 //string字符串全部改成小写 9 transform(s.begin(), s.end... ...
分类:
其他好文 时间:
2019-06-05 22:09:44
阅读次数:
82
How to show out three rows from the same databand On A4? Quote Post by DoraHuang » Tue Mar 13, 2018 4:13 am Hello, there are few questions to ask,1. H ...
分类:
其他好文 时间:
2019-06-03 09:30:59
阅读次数:
108
1 NX9+VS2012 2 3 #include <uf.h> 4 #include <uf_obj.h> 5 #include <uf_modl.h> 6 #include <uf_part.h> 7 8 UF_initialize(); 9 10 //遍历当前显示部件 11 std::vect ...
分类:
其他好文 时间:
2019-05-31 21:33:47
阅读次数:
199
1 NX9+VS2012 2 3 4 #include <uf.h> 5 #include <uf_tabnot.h> 6 #include <NXOpen/Part.hxx> 7 #include <NXOpen/PartCollection.hxx> 8 #include <NXOpen/Ses ...
分类:
其他好文 时间:
2019-05-31 21:29:50
阅读次数:
113
1 NX9+VS2012 2 3 #include 4 #include 5 6 7 UF_initialize(); 8 9 //获取WCS标识 10 tag_t WcsId = NULL_TAG; 11 UF_CSYS_ask_wcs(&WcsId); 12 13 //获取坐标系信息 14 ..... ...
分类:
其他好文 时间:
2019-05-31 21:23:20
阅读次数:
163
1 NX9+VS2012 2 3 4 #include <uf.h> 5 #include <uf_tabnot.h> 6 #include <NXOpen/Part.hxx> 7 #include <NXOpen/PartCollection.hxx> 8 #include <NXOpen/Ses ...
分类:
其他好文 时间:
2019-05-31 21:21:31
阅读次数:
116
1 NX9+VS2012 2 3 #include 4 #include 5 #include 6 7 UF_initialize(); 8 9 UF_FEATURE_SIGN Sign = UF_NULLSIGN;//设置布尔 10 double Corner_pt[3] = {0.0, 0.0,... ...
分类:
其他好文 时间:
2019-05-31 21:20:33
阅读次数:
193
1 NX9+VS2012 2 3 4 #include <uf.h> 5 #include <uf_tabnot.h> 6 #include <NXOpen/Part.hxx> 7 #include <NXOpen/PartCollection.hxx> 8 #include <NXOpen/Ses ...
分类:
其他好文 时间:
2019-05-31 21:13:14
阅读次数:
121
1 NX9+VS2012 2 3 4 #include 5 #include 6 7 8 9 UF_initialize(); 10 11 //获取WCS标识 12 tag_t WcsId = NULL_TAG; 13 UF_CSYS_ask_wcs(&WcsId); 14 15 //获取坐标系信.... ...
分类:
其他好文 时间:
2019-05-31 21:09:32
阅读次数:
114
JQuery Easyui/TopJUI 多表头创建 废话不多说,直接贴上代码。 html js 效果展示: EasyUI中文网:http://www.jeasyui.cn TopJUI前端框架:http://www.topjui.com TopJUI交流社区:http://ask.topjui.c ...
分类:
Web程序 时间:
2019-05-30 19:27:26
阅读次数:
174