iCAx开思工具箱

标题: 【求助】UF_STRING_t在哪里定义的? [打印本页]

作者: goodluckwu    时间: 2004-4-5 16:31
标题: 【求助】UF_STRING_t在哪里定义的?
根本找不到阿,也没有uf_string.h啊,uf_curve.h和uf_modl.h我都看了,没有阿。那位知道帮个忙
作者: goodluckwu    时间: 2004-4-5 16:34
还有UF_STRING_free_string_list(),这是一个例子里的函数,可是编译的时候说找不到,纳闷ing。
作者: 云淡风清    时间: 2004-4-5 17:17
会不会是那里例程里面自己定义的变量和函数阿?
作者: goodluckwu    时间: 2004-4-6 08:22
不是阿,例程里没有定义,再说如果有定义的话也不会编译不通过了:(
作者: windcc    时间: 2004-4-6 10:47
UF_MODL_create_ruled这个函数有关于它的说明,对于uf_string_t的定义一般都是在相对应的函数里有说明,每个函数uf_string_t的定义还不一样
作者: ddp_    时间: 2004-4-29 17:22
UF_STRING_p_t这个结构在 uf_modl_types.h 文件中定义。
  
UF_STRING_free_string_list(),似乎应该是UF_MODL_free_string_list()
作者: ddp_    时间: 2004-4-29 17:23
具体定义如下:
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;




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3