Category Curve and edge geometry, Object ProComponentCurvedata

Function ProComponentCurvedataGet


Description
Retrieves information from a component of a composite curve.

NOTE:

The function ignores the output arguments with null pointers.

Synopsis
#include <ProCurvedata.h>
ProErrorProComponentCurvedataGet(
ProComponentCurvedata* p_component
/* (In)
The component of the composite curve
*/
ProCurvedata* p_curve
/* (Out)
The component curve
*/
ProCurveDir* p_direction
/* (Out)
The direction of the component
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
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 )