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. */
};