• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

UG\NX二次开发 创建点UDO

武飞扬头像
王牌飞行员_里海
帮助4


简介:

创建点UDO

代码:

  1.  
    /*HEAD CREATE_POINT_UDO CCC UFUN */
  2.  
    #include <stdio.h>
  3.  
    #include <string.h>
  4.  
    #include <ctype.h>
  5.  
    #include <stdlib.h>
  6.  
     
  7.  
    #include <uf.h>
  8.  
    #include <uf_ui.h>
  9.  
    #include <uf_udobj.h>
  10.  
    #include <uf_obj.h>
  11.  
    #include <uf_csys.h>
  12.  
    #include <uf_exit.h>
  13.  
    #include <uf_disp.h>
  14.  
    #include <uf_view.h>
  15.  
    #include <uf_part.h>
  16.  
     
  17.  
    #define UF_CALL(X) (report_error( __FILE__, __LINE__, #X, (X)))
  18.  
     
  19.  
    static int report_error( char *file, int line, char *call, int irc)
  20.  
    {
  21.  
    if (irc)
  22.  
    {
  23.  
    char err[133],
  24.  
    msg[133];
  25.  
     
  26.  
    sprintf(msg,
学新通

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /news/detail/tanhbcebeh
系列文章
更多 icon
同类精品
更多 icon
继续加载