摘要: 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 阅读全文
posted @ 2020-01-09 13:57 你好我叫赵老师 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-01-02 13:16 你好我叫赵老师 阅读(692) 评论(0) 推荐(1) 编辑
摘要: 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 阅读全文
posted @ 2019-12-31 10:32 你好我叫赵老师 阅读(406) 评论(0) 推荐(1) 编辑
摘要: 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 阅读全文
posted @ 2019-12-30 15:28 你好我叫赵老师 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-12-30 14:11 你好我叫赵老师 阅读(648) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-12-30 11:30 你好我叫赵老师 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-12-30 09:44 你好我叫赵老师 阅读(449) 评论(0) 推荐(1) 编辑
摘要: 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 阅读全文
posted @ 2019-12-27 16:45 你好我叫赵老师 阅读(1055) 评论(2) 推荐(0) 编辑
摘要: 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[ 阅读全文
posted @ 2019-12-27 13:56 你好我叫赵老师 阅读(756) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-12-24 11:42 你好我叫赵老师 阅读(1079) 评论(1) 推荐(0) 编辑