iCAx开思工具箱

标题: 急求打孔程序 [打印本页]

作者: welchhmq    时间: 2004-10-30 08:19
标题: 急求打孔程序
哪位好心的大哥能不能上传一个打孔程序给我看一下
作者: haiying    时间: 2004-10-30 08:30
UF_MODL_create_simple_hole
作者: welchhmq    时间: 2004-10-30 12:27
我知道是这个函数,但是这个函数具体应该怎么使用,就是你要获取表面怎么办
作者: haiying    时间: 2004-10-30 14:48
你可以参照下面这段的程序获得你要的表面:
UF_MODL_ask_feat_faces(boss_obj,[$list)]
  UF_MODL_ask_list_count(list,[$num)]
  for (i=0;i<num;i++)
  {
    UF_CALL(UF_MODL_ask_list_item(list,i,[$face))]
    UF_CALL(UF_MODL_ask_face_data(face,&type,point,dir,box,
                                [$radius,&rad,&sen))]
    if (type == 22) /* bounded plane */
     boss_top_face = face;  
  break;
  }
  UF_MODL_delete_list([$list)]
  
//drill hole
      UF_CALL(UF_MODL_create_simple_hole(hole_orig, hole3_direction,  
     hole_diame,hole_depth,hole_angle,boss_top_face,
     NULL,[$hole_obj))]




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3