Category Curve and edge geometry, Object ProCompositeCurvedata

Function ProCompositeCurvedataInit


Description
Initializes a composite curve data structure.
Synopsis
#include <ProCurvedata.h>
ProErrorProCompositeCurvedataInit(
ProComponentCurvedata* component_arr
/* (In)
The ProArray of components
*/
ProCurvedata* p_curve
/* (Out)
The composite curve data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the composite curve data structure.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Geometry of Datum Curves
  2. Core: 3D Geometry: Geometry of Datum Curves

Sample Code References:

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