Category Curve and edge geometry, Object ProCompositeCurvedata

Function ProCompositeCurvedataGet


Description
Retrieves information from the composite curve data structure.
Replacement in Object TOOLKIT: pfcGeomCurve::GetCurveDescriptor
wfcWCompositeCurve::CompDirections
Synopsis
#include <ProCurvedata.h>
ProErrorProCompositeCurvedataGet(
ProCurvedata* p_curve
/* (In)
The composite curve data structure
*/
ProComponentCurvedata** p_component_arr
/* (Out)
The pointer to a ProArray of components
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_INVALID_TYPEThe specified data is not a 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 ( TestGeomdata.c )
  2. pt_examples ( UtilIntfData.c )