Category Curve and edge geometry, Object ProSurfcurvedata

Function ProSurfcurvedataInit


Description
Initializes a surface curve data structure.
Synopsis
#include <ProCurvedata.h>
ProErrorProSurfcurvedataInit(
ProSurface surface
/* (In)
The surface onto which the curve fits.
*/
ProCurvedata* p_surfcurve
/* (In)
Pointer to the curve contained in the surface curve.
*/
ProCurvedata* p_curve
/* (Out)
The resulting curve data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the data structure.
PRO_TK_INVALID_TYPEThe specified curve type is not supported
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Sample Code References:

  1. pt_examples ( TestAnalysisSrfCurve.c )
  2. pt_examples ( TestAnalysisSrfCurve.c )