Category
Curve and edge geometry
, Object
ProComponentCurvedata
Function ProComponentCurvedataAlloc
Description
Allocates memory for a component of a composite curve.
Synopsis
#include <
ProCurvedata.h
>
ProError
ProComponentCurvedataAlloc
(
ProComponentCurvedata
**
pp_component
/* (Out)
The component of a composite curve
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated the memory.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The input was invalid.
Manual References:
Core: 3D Geometry: Geometry of Datum Curves
Core: 3D Geometry: Geometry of Datum Curves
Sample Code References:
pt_examples ( TestAnalysisCompCurve.c )
pt_examples ( TestGeomdata.c )