码迷,mamicode.com
首页 > 其他好文 > 详细

NX二次开发-UF_OBJ_cycle_by_name遍历名字

时间:2019-05-31 21:08:55      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:ima   net   etag   term   设置   image   img   cycle   info   

 1     使用前自己要看好名字是加在body,还是face,还是curve,或者其他,别加错了。
 2     NX9+VS2012
 3 
 4 
 5     #include <uf.h>
 6     #include <uf_obj.h>
 7 
 8 
 9     UF_initialize();
10 
11     tag_t LineTag = NULL_TAG;
12     UF_OBJ_cycle_by_name("Line123", &LineTag);//遍历名字
13 
14     UF_OBJ_set_color(LineTag, 186);//设置颜色
15 
16     UF_terminate();

技术图片

NX二次开发-UF_OBJ_cycle_by_name遍历名字

标签:ima   net   etag   term   设置   image   img   cycle   info   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!