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> | |||||||||||
ProError | ProCurveDataGet | ( | |||||||||
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 | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProGeomitemdataFree |