API 文件集 > Surface geometry > Object ProCylsplsrfdata > Function ProCylsplsrfdataInit
Function ProCylsplsrfdataInit
Description
Initializes a cylindrical-spline surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProCylsplsrfdataInit
(
/* (In)
The X-axis of the coordinate system
*/
/* (In)
The Y-axis of the coordinate system
*/
/* (In)
The Z-axis of the coordinate system
*/
Pro3dPnt origin
/* (In)
The origin of the coordinate system
*/
ProSplinesrfdata* p_splinesrf
/* (In)
The spline surface
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The cylindrical-spline surface
*/
)
Returns
The function successfully initialized the cylindrical-spline surface.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
這是否有幫助?