Category Curve and edge geometry, Object ProComponentCurvedata

Function ProComponentCurvedataAlloc


Description
Allocates memory for a component of a composite curve.
Synopsis
#include <ProCurvedata.h>
ProErrorProComponentCurvedataAlloc(
ProComponentCurvedata** pp_component
/* (Out)
The component of a composite curve
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated the memory.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSThe input was 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 )