C/C++怎么获取加工工序刀具的名字
如题,C/C++怎么获取加工工序刀具的名字。自己在函数里找了很久都没有找到!调试很多次都没发现!!哎······
你是选中一个加工刀具 想获取呢 还是要获取全部
这个很简单的啊
想获取全部的呢!!不知道怎么遍历!!! extern UGOPENINTEXPORT int UF_UI_ONT_ask_selected_nodes
(
int *count, /* <O> - Number of selected nodes ****/
tag_t **objects /* <OF> - the tags of the selected nodes.
* The returned array must be freed by calling
* UF_free.
*/
);
这个函数 通过用户选取节点 得到对应的操作,然后把选中的tag 对象进行查找你要的信息!
页:
[1]