用ug二次开发创建样条曲线,用到这个函数UF_CURVE_create_spline_thru_pts,其中有一个参数是double parameters [ ],问一下,这个参数表示的是什么意思?
该参数在ug help中给出的解释是:
parameters of input points. This is a user specified
parameterization for the input points, which needs to be
monotonic increasing (i.e. parameters(i) < parameters(i+1)
for all i), but does not need to be normalized, if NULL
then the default parameterization will be used.