Category Surface geometry, Object ProFilsrfdata

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>
ProErrorProFilsrfdataGet(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestGeomdata.c )
  2. pt_examples ( UtilIntfData.c )