//此函数的功能是打印当前坐标系试图的所有坐标系名称static void geom_list_name(tag_t group_tag){ //ask_member_list int count=0; tag_t *list=NULL; //ask_name char name[UF_OBJ_NAME_LEN+1]; //ask_type_and_subtype int type=0; int subtype=0; UF_NCGROUP_ask_member_list(group_tag,count,list); UF_UI_open_listing_window(); for (int i=0;icount;i++) { UF_OBJ_ask_type_and_subtype(list[i],type,subtype); if (type==UF_machining_geometry_grp_type subtype==UF_mill_orient_subtype)