API Documentation > Geometry items > Object ProCurve > Function ProCurveDataGet
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:
Synopsis
#include <ProCurve.h>
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
The function successfully retrieved the information.
The input argument is invalid.
You passed a composite curve in curve.
See Also
Sample Code References
User Guide References
Was this helpful?