标题: 【讨论】菜鸟大显眼了,请不吝赐教! [打印本页] 作者: jackezhang 时间: 2004-10-23 00:38 标题: 【讨论】菜鸟大显眼了,请不吝赐教! 本菜菜鸟作了个暴傻的程序,就是弹出个特征提取的对话框,然后在有simple_hole特征的零件文件中找到simple_hole,然后得出它的直径、深度、倒角。问题是UF_UI_select_feature (char * message, void * filter, int *count, tag_t ** feature_tags, int * response )函数中提取好特征输出的是tag_t **,而下面读取特征名字的函数UF_MODL_ask_feat_name (tag_t feature_tag, char ** feature_name )要求输入tag_t类型的参数。*tag_p_t=tag_t?有这样的说法吗?我示了好像不行的。反正这个程序问题肯定有的,请各位大虾仁者见仁,不吝赐教作者: 深夜摔键盘 时间: 2004-10-23 07:24
_t
Data type
_p_t
Pointer to that type
_s
Structure tag
_u_t
Union type
_u_p_t
Pointer to a union type
_f_t
Pointer to a function
tag_t data type
We now note one of the most used data types in Open C and C++ because of its relationship to the Object Model. In Open C and C++ API there is a data type defined in uf_defs.h: