
ProSplinesrfdataInit | |
( double* u_par_arr /* (In) A ProArray of U parameter grids */ double* v_par_arr /* (In) A ProArray of V parameter grids */ Pro3dPnt* points_arr /* (In) A ProArray of interpolant points */ ProVector* u_tan_arr /* (In) A ProArray of U derivatives at these points */ ProVector* v_tan_arr /* (In) A ProArray of V derivatives at these points */ ProVector* uvdev_arr /* (In) A ProArray of UV derivatives at the interpolant points */ int num_u /* (In) The size in U */ int num_v /* (In) The size in V */ ProSurfaceshapedata* p_surf_shape /* (Out) The spline surface */ ) |

The function successfully initialized the spline surface. | |
One or more of the input arguments are invalid. |


