码迷,mamicode.com
首页 >  
搜索关键字:ask    ( 780个结果
NX二次开发-string字符串全部改成小写
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?
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
NX二次开发-UFUN查询对象的类型和子类型UF_OBJ_ask_type_and_subtype
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
NX二次开发-UFUN工程图表格注释检索默认单元格首选项UF_TABNOT_ask_default_cell_prefs
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
NX二次开发-获取矩阵值UF_CSYS_ask_matrix_values
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
NX二次开发-UFUN工程图表格注释获取某一行某一列的tag函数UF_TABNOT_ask_cell_at_row_col
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
NX二次开发-UFUN获取对象的显示属性(图层,颜色,空白状态,线宽,字体,高亮状态)UF_OBJ_ask_display_properties
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
NX二次开发-UFUN工程图表格注释获取某一行的tag函数UF_TABNOT_ask_nth_row
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
NX二次开发-获取坐标系信息UF_CSYS_ask_csys_info
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 多表头创建
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
780条   上一页 1 ... 10 11 12 13 14 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!