找回密码 注册 QQ登录
一站式解决方案

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 15595|回复: 0
打印 上一主题 下一主题

急问,那位大侠告知怎样在UG用程序创建扫描体?

[复制链接]
跳转到指定楼层
1
发表于 2005-6-1 16:51:08 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x

以下是实现的代码,不能创建成功,那位大侠指点一二??急盼!!!!!
首先,我通过程序画出了5条截面线和3根导线,然后做了一个扫描实体的程序代码,拷贝如下,请各位大虾帮忙找问题:  
  /*----------------------------------------------------------*/  
  /*[说明]:扫描创建实体  
    /*----------------------------------------------------------*/  
     
   
  
  UF_MODL_init_string_list([$s_guide)]  
  UF_MODL_create_string_list(3,3,[$s_guide)]  
  s_guide.num = 3;  
  for(i=0;i<3;i++)  
  {  
    s_guide.string = 1;  
    s_guide.dir = 1;  
    s_guide.id = guideLine_tag;  
  }  
  
  UF_MODL_init_string_list([$s_section)]  
  UF_MODL_create_string_list(5,5,[$s_section)]  
  s_section.num = 5;  
  for(i=0;i<5;i++)  
  {  
    s_section.string = 1;  
    s_section.dir = 1;  
    s_section.id = spline_tag;  
  }   
  alignment = 1;//Alignment method:  
    = Parameter  
    = Arc Length  
  
  inter = 2;//Interpolation method (for s_section->num > 1):  
    = Linear  
    = Cubic  
  
  body_type =0;//Type of body:  
                  = Sheet (Default)  
    = Solid  
  boolean =UF_NULLSIGN;//The sign of the operation to be performed.  
                         // UF_NULLSIGN = create new target solid  
             //UF_POSITIVE = add to target solid  
             //UF_NEGATIVE = subtract from target solid  
             //UF_UNSIGNED = intersect with target solid  
  //Tolerances:  
  tol[0] = 0.025;//[0] = Distance      
  tol[1] = 0.2; //[1] = Angle (in radians)  
  tol[2] = 0.1; //[2] = Intersection  
    
  UF_MODL_create_sweep(&s_guide, //UF_STRING_p_t s_guide,  
     &s_section, //UF_STRING_p_t s_section,  
             NULL, //UF_STRING_p_t s_spine,  
             NULL, //UF_METHOD_p_t orientation,  
             NULL, //UF_METHOD_p_t scaling,               
             &alignment, //int * alignment,  
             &inter, //int * inter,  
             &body_type, //int * body_type,  
             boolean, // UF_FEATURE_SIGN boolean,  
             tol, //double tol[ 3 ],  
             [$body_obj_id)]//tag_t * body_obj_id
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-11-6 15:29 , Processed in 0.025096 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表