标题: 求助:关于在UG中的spline二次开发问题 [打印本页] 作者: liang8849 时间: 2007-4-26 21:35 标题: 求助:关于在UG中的spline二次开发问题 本人近期作样条曲线生成的二次开发,想用UF_CURVE_create_spline函数,里面用到了UF_CURVE_spline_p_t这个结构,查询这个结构体,里面的数据项包括下列几项:
num_poles
int num_poles
number of poles
order
int order
order of the spline (degree +1)
is_rational
int is_rational
1 if it is a rational spline
knots
double* knots
pointer to the array of knots
poles
double(* poles)[ 4 ]
pointer to the array of poles