API 설명서 > Surface geometry > Object ProFilsrfdata > Function ProFilsrfdataGet
Function ProFilsrfdataGet
Description
Retrieves information from the fillet surface data structure.
NOTES:
This function ignores the output arguments with NULL pointers.
Synopsis
#include <ProSurfacedata.h>
ProFilsrfdataGet
(
ProSurfaceshapedata* p_surf_shape
/* (In)
The fillet surface data structure
*/
ProSplinedata* p_pnt_spline
/* (Out)
The spline running along the U = 0 boundary
*/
ProSplinedata* p_ctr_spline
/* (Out)
The spline running along the "axis"
*/
ProSplinedata* p_tan_spline
/* (Out)
The spline of unit tangents along the axis
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
도움이 되셨나요?