NX二次开发-UFUN重命名图纸页UF_DRAW_rename_drawing

2021-05-23 12:31

阅读:446

标签:col   ini   init   http   mamicode   code   draw   ima   img   

 1 #include  2 #include  3 #include  4 #include  5 
 6 
 7 
 8 UF_initialize();
 9 
10 //找名字获取视图tag
11 tag_t ViewTag = NULL_TAG;
12 UF_OBJ_cycle_by_name("123", &ViewTag);
13 
14 //由视图tag获取图纸页tag
15 tag_t DrawingTag = NULL_TAG;
16 UF_DRAW_ask_drawing_of_view(ViewTag, &DrawingTag);
17 
18 //重命名图纸页
19 UF_DRAW_rename_drawing(DrawingTag, "123456");
20  
21 UF_terminate();
22 
23 Caesar卢尚宇
24 2019年7月1日

技术图片

NX二次开发-UFUN重命名图纸页UF_DRAW_rename_drawing

标签:col   ini   init   http   mamicode   code   draw   ima   img   

原文地址:https://www.cnblogs.com/nxopen2018/p/11116145.html


评论


亲,登录后才可以留言!