马上注册登录,享用更多网站功能!
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
tag_t *extrusion_objects;
UF_MODL_create_extrusion(generator1,4, &extrusion_trim_object,extrusion_taper_angle,
extrusion_limits,extrusion_offsets,extrusion_pt1, false, true,extrusion_dir,extrusion_mode_sign,
&extrusion_objects,&extrusion_obj_cnt);
UF_MODL_ask_body_edges( *extrusion_objects, &edge_list );
UF_MODL_create_blend( "2", edge_list,0, 0, 0, 0.0,&blend_feature3 );
上面程序中extrusion_objects是拉伸体的tag,还是*extrusion_objects是拉伸体的tag,为什么没有办法获得拉伸体的各个边啊?extrusion_objects这个参数的传递过程有错么?本人vc比较面面,希望高手能指点迷津啊.在线等 |