Category Geometry items, Object ProCurve

Callback ProCurveCompAction


Description
This is the visiting function for ProCurveCompVisit().
Synopsis
#include <ProCurve.h>
ProError(*ProCurveCompAction)(
ProCurve p_curve
/* (In)
The composite curve being processed.
*/
ProCurve p_comp
/* (In)
The current component being visited.
*/
int comp_idx
/* (In)
The index of the current component in the curve.
*/
ProBoolean comp_flip
/* (In)
This is PRO_TK_TRUE if the current component is flipped.
*/
ProError status
/* (In)
The status returned by the filter, or PRO_TK_NO_ERROR if the filter is not specified.
*/
ProAppData app_data
/* (In)
The data being passed to ProCurveCompVisit() by the caller.
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting the next curve.
PRO_TK_GENERAL_ERRORStop visiting.