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

iCAx开思网

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

UG下的一段程序,请指正

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

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

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

x
如下是在UG下,用 UF_DRF_create_note在图纸的某一位置写2行文字的程序,运行时老说内存错误,请高手指正。
  
#include <stdio.h>
#include <uf.h>
#include <uf_ui.h>
#include <uf_exit.h>
#include <uf_drf.h>
#include <uf_drf_types.h>
  
extern DllExport void ufusr( char *parm, int *returnCode, int rlen )
{
    /* Initialize the API environment */
    int errorCode = UF_initialize();
  
    if ( 0 == errorCode )
    {
        /* TODO: Add your application code here */
                int num_lines_text;
  char*  text_string[2];
  double origin_3d[3];
  int orientation;
                tag_t* note_tag;  
  
                num_lines_text=2;
  text_string[0]="adsadsadsafdsa";
                text_string[1]="bbb";
  origin_3d[0]=100.0;
  origin_3d[0]=200.0;  
  origin_3d[0]=0.0;
  orientation=0;
                 note_tag=NULL;
  
  UF_DRF_create_note(num_lines_text,text_string,origin_3d,orientation,note_tag);
  
  /* Terminate the API environment */
        errorCode = UF_terminate();
    }
  
    /* Print out any error messages */
   &nbsprintErrorMessage( errorCode );
}
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2003-7-9 09:03:11 | 只看该作者
baihai wrote:
如下是在UG下,用 UF_DRF_create_note在图纸的某一位置写2行文字的程序,运行时老说内存错误,请高手指正。  
  
  #include <stdio.h>  
  #include <uf.h>  
  #include <uf_ui.h>  
  #include <uf_exit.h>  
  #include <uf_drf.h>  
  #include <uf_drf_types.h>  
  
  extern DllExport void ufusr( char *parm, int *returnCode, int rlen )  
  {  
      /* Initialize the API environment */  
      int errorCode = UF_initialize();  
  
      if ( 0 == errorCode )  
      {  
          /* TODO: Add your application code here */  
                  int num_lines_text;  
    char*  text_string[2];  
    double origin_3d[3];  
    int orientation;  
                  tag_t note_tag;   
  
                  num_lines_text=2;  
    text_string[0]="adsadsadsafdsa";  
                  text_string[1]="bbb";  
    origin_3d[0]=100.0;  
    origin_3d[0]=200.0;   
    origin_3d[0]=0.0;  
    orientation=0;  
                   note_tag=NULL;  
  
  UF_DRF_create_note(num_lines_text,text_string,origin_3d,orientation,[$note_tag)]  
  
    /* Terminate the API environment */  
          errorCode = UF_terminate();  
      }  
  
      /* Print out any error messages */  
      PrintErrorMessage( errorCode );  
  }

  
这样试一下
3
发表于 2003-7-9 22:52:17 | 只看该作者
谢谢zzz兄.
我用函数uc5540()实现了在图纸的某一位置写1行文字,但是如何设置字的高度和宽度我不会,请指教!
4
发表于 2003-7-15 11:26:00 | 只看该作者
把char* text_string[2]改为char  text_string[2]试一下
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2024-12-25 21:15 , Processed in 0.034903 second(s), 13 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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