Function ProCompositeCurvedataInit
Description
Initializes a composite curve data structure.
Synopsis
#include <ProCurvedata.h>
ProCompositeCurvedataInit
(
ProComponentCurvedata* component_arr
/* (In)
The ProArray of components
*/
ProCurvedata* p_curve
/* (Out)
The composite curve data structure
*/
)
Returns
The function successfully initialized the composite curve data structure.
The input argument is invalid.
Sample Code References
Was this helpful?