API 설명서 > Surface geometry > Object ProCylsplsrfdata > Function ProCylsplsrfdataGet
Function ProCylsplsrfdataGet
Description
Retrieves information from the cylindrical-spline surface data structure.
NOTE:
This function ignores the output arguments with NULL pointers.
Synopsis
#include <ProSurfacedata.h>
ProCylsplsrfdataGet
(
ProSurfaceshapedata* p_surf_shape
/* (In)
The cylindrical-spline surface data structure
*/
/* (Out)
The X-axis of the coordinate system
*/
/* (Out)
The Y-axis of the coordinate system
*/
/* (Out)
The Z-axis of the coordinate system
*/
Pro3dPnt origin
/* (Out)
The origin of the coordinate system
*/
ProSplinesrfdata* p_splinesrf
/* (Out)
The spline surface
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
도움이 되셨나요?