摘要:
1 void printf_msg(tag_t bound_tag) 2 { 3 tag_t boundary_tag=bound_tag; 4 UF_BOUND_all_data_t boundary_data; 5 UF_BOUND_ask_boundary_data (boundary_tag 阅读全文
摘要:
1 //设置class_dialog选择过滤 2 static int init_proc(UF_UI_selection_p_t select,void* user_data) 3 { 4 //过滤类别的个数 5 int num_triples = 1; 6 //面 7 UF_UI_mask_t 阅读全文
摘要:
1 //设置single_dialog选择过滤 2 static int init_proc(UF_UI_selection_p_t select,void* user_data) 3 { 4 int num_triples = 1; 5 //面 6 UF_UI_mask_t mask_triple 阅读全文
摘要:
1 UF_initialize(); 2 3 tag_t setup_tag=NULL_TAG; 4 tag_t mct_root=NULL_TAG; 5 6 logical answer=false; 7 char reason[UF_NCGROUP_MAX_REASON_LEN+1]; 8 9 阅读全文
摘要:
1 //此函数的功能是判断能否接受并且创建组 2 static void judgment_create_group(tag_t *group_root,tag_t *group_tag) 3 { 4 logical answer=false; 5 char reason[UF_NCGROUP_MA 阅读全文
摘要:
1 UF_initialize(); 2 3 //ask_setup 4 tag_t setup_tag=NULL_TAG; 5 //ask_program_root 6 tag_t programmer_root=NULL_TAG; 7 //opt_ask_types and subtypes 8 阅读全文
摘要:
1 UF_initialize(); 2 3 int count=0; 4 tag_t *objects=NULL; 5 logical result=false; 6 //选择节点 7 UF_UI_ONT_ask_selected_nodes(&count,&objects); 8 UF_UI_o 阅读全文
摘要:
1 //此函数的功能是打印当前坐标系试图的所有坐标系名称 2 static void geom_list_name(tag_t group_tag) 3 { 4 //ask_member_list 5 int count=0; 6 tag_t *list=NULL; 7 //ask_name 8 c 阅读全文
OPENC函数 UF_UI_ONT UF_OPER函数(对当前程序进行操作(获取名称))(UF_UI_ONT_ask_selected_nodes、UF_OPER_ask_cutter_group等)
摘要:
1 UF_initialize(); 2 //ask_selected_nodes 3 int count=0; 4 tag_t *objects=NULL; 5 //ask_name 6 char param_name[UF_OBJ_NAME_LEN+1]; 7 char cutter_name[ 阅读全文
摘要:
1 //设置class_dialog选择过滤 2 static int init_proc(UF_UI_selection_p_t select,void* user_data) 3 { 4 int num_triples = 1; 5 //实体 片体 6 UF_UI_mask_t mask_tri 阅读全文