UG装配函数

UG二次开发中装配中有很多tag,如instance、occurence、component再加上part_tag,大致是这样的:

比如一个组件(component)a,它对应有几种tag:

1、prototype原型,即其part_tag;

2、occurence,在装配空间中的tag(有2种类型part_occ、object_occ);

2、instance句柄,

part_tag :即prototype原型,比如AskPrototypOfOcc()返回的即part_tag

UF_ASSEM_add_part_to_assembly添加组件

UF_ASSEM_remove_instance移除组件

UF_ASSEM_reposition_instance移动组件

UF_ASSEM_ask_component_data获取组件信息

你可能感兴趣的:(NX,c++)