Category Curve and edge geometry, Object ProComponentCurvedata

Function ProComponentCurvedataInit


Description
Initializes a component of a composite curve data structure.
Synopsis
#include <ProCurvedata.h>
ProErrorProComponentCurvedataInit(
ProCurvedata* p_curve
/* (In)
The component curve data structure
*/
ProCurveDir direction
/* (In)
The direction of the component
*/
ProComponentCurvedata* p_component
/* (Out)
The component of the composite curve
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the component.
PRO_TK_BAD_INPUTSOne or more of the input arguments are 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 )