Category
Curve and edge geometry
, Object
ProComponentCurvedata
Function ProComponentCurvedataFree
Description
Frees the memory of a component of a composite curve.
Synopsis
#include <
ProCurvedata.h
>
ProError
ProComponentCurvedataFree
(
ProComponentCurvedata
*
p_component
/* (In)
The component of a composite curve
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Core: 3D Geometry: Geometry of Datum Curves
Core: 3D Geometry: Geometry of Datum Curves
Sample Code References:
pt_examples ( TestGeomdata.c )