API 설명서 > Surface geometry > Object ProSplinesrfdata > Function ProSplinesrfdataInit
Function ProSplinesrfdataInit
Description
Initializes a spline surface data structure.
Synopsis
#include <ProSurfacedata.h>
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
*/
)
Returns
The function successfully initialized the spline surface.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?