Category Surface geometry, Object ProFilsrfdata

Function ProFilsrfdataInit


Description
Initializes a fillet surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProErrorProFilsrfdataInit(
ProSplinedata* p_pnt_spline
/* (In)
The spline running along the U = 0 boundary
*/
ProSplinedata* p_ctr_spline
/* (In)
The spline running along the "axis"
*/
ProSplinedata* p_tan_spline
/* (In)
The spline of unit tangents along the axis
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The fillet surface
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the fillet surface.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Interface: Importing Features: Adding Surfaces

Sample Code References:

  1. pt_examples ( TestGeomdata.c )