tag_t parent_part Input Tag of parent part to query. If parent_part is NULL, uses the current displayed part.
tag_t part Input Tag of part with occurrences
tag_t ** part_occs Output to be freed Array of part occurrence tags.
The part_occs array must be freed with UF_free when it is no longer needed.作者: zizi 时间: 2005-9-26 15:57
谢谢!
这些参数含义解释我也找到了,我是想问用这两个函数可以实现查询child_part_occs[1]在装配中的引用次数occsnum吗?
其中
tag_t ** atPrtOccs;
tag_t tprt;