Category Geometry items, Object ProCurve

Function ProCurveDataGet


Description
Retrieves the geometric representation data for the specified curve.

Note that this function is not implemented for composite curves.

Replacement in Object TOOLKIT: wfcWCurve::GetCurveData
Synopsis
#include <ProCurve.h>
ProErrorProCurveDataGet(
ProCurve curve
/* (In)
The curve handle.
*/
ProGeomitemdata** p_data_ptr
/* (Out)
The curve data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_NOT_IMPLEMENTEDYou passed a composite curve in curve.
See Also
ProGeomitemdataFree

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilGeom.c )