找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

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

【求助】UF_STRING_t在哪里定义的?

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

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

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

x
根本找不到阿,也没有uf_string.h啊,uf_curve.h和uf_modl.h我都看了,没有阿。那位知道帮个忙
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2004-4-5 16:34:49 | 只看该作者
还有UF_STRING_free_string_list(),这是一个例子里的函数,可是编译的时候说找不到,纳闷ing。
3
发表于 2004-4-5 17:17:04 | 只看该作者
会不会是那里例程里面自己定义的变量和函数阿?
4
发表于 2004-4-6 08:22:36 | 只看该作者
不是阿,例程里没有定义,再说如果有定义的话也不会编译不通过了:(
5
发表于 2004-4-6 10:47:56 | 只看该作者
UF_MODL_create_ruled这个函数有关于它的说明,对于uf_string_t的定义一般都是在相对应的函数里有说明,每个函数uf_string_t的定义还不一样
6
发表于 2004-4-29 17:22:20 | 只看该作者
UF_STRING_p_t这个结构在 uf_modl_types.h 文件中定义。
  
UF_STRING_free_string_list(),似乎应该是UF_MODL_free_string_list()
7
发表于 2004-4-29 17:23:22 | 只看该作者
具体定义如下:
struct string_list  
{
    int        num;      /* Number of items in the string array and the
                            dir array. (Min = 1, Max = 150)*/
    int        *string;  /* Number of items in the ID array for each string.  
                            (Min = 1, Max = 402) */
    int        *dir;     /* Indication of whether the string defined in id
                            should start from the beginning of the first curve
                            or the end of the first curve.  This should be set
                            to either UF_MODL_CURVE_START_FROM_BEGIN or
                            UF_MODL_CURVE_START_FROM_END. */
    tag_t      *id;      /* The array of items defining the string.  This array
                            should be as long as the total of the number of
                            items indicated in string.  Although not all  
                            functions allow all the data types, this array can
                            typically include curves, faces and edges. */
};
  
typedef struct string_list UF_STRING_t, *UF_STRING_p_t;
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2025-1-31 01:49 , Processed in 0.033629 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2025 www.iCAx.org

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