iCAx开思工具箱

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 24075|回复: 1
打印 上一主题 下一主题

关于一个Internal error,请键盘兄帮忙

[复制链接]
跳转到指定楼层
楼主
发表于 2005-8-17 19:42:34 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册登录,享用更多网站功能!

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

x
我调用UF_MODL_create_fixed_dplane(),用UF_get_fail_message得到错误信息是Internal error :memory access violation~!
怎么修改这类错误?
  
代码:
            double dpoint[3];
  double direction[3];
  tag_t* dplane_tag = NULL;
  
  if(i_direction == 0)
    AfxMessageBox("请选择参考面所在平面!");
    
  switch(i_direction)
  {
  case 11:
    direction[0] = 0;
    direction[1] = 0;
    direction[2] = 1;
    break;
  case 22:
    direction[0] = 0;
    direction[1] = 1;
    direction[2] = 0;
    break;
  case 33:
    direction[0] = 1;
    direction[1] = 0;
    direction[2] = 0;
    break;
  default:
    break;
  }
  
  dpoint[0] = 0.0;
  dpoint[1] = 0.0;
  dpoint[2] = 0.0;
  
  int ret = UF_CALL(UF_MODL_create_fixed_dplane(dpoint,direction,dplane_tag));
  
  /*if(!UF_CALL(UF_MODL_create_fixed_dplane(dpoint,direction,dplane_tag)))*/
  if(ret == 0)  
  AfxMessageBox("create datum plane succeeded!");
  else
  {  
    char message[133];  
    UF_get_fail_message(ret, message );  
    AfxMessageBox(message );  
  }
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 支持支持
沙发
 楼主| 发表于 2005-8-17 19:57:01 | 只看该作者

马上注册登录,享用更多网站功能!

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

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手板模型制作,在线3D打印服务

QQ|小黑屋|手机版|开思工具箱 CAD工具箱_CAM工具箱  

GMT+8, 2024-11-16 09:27 , Processed in 0.018549 second(s), 8 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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