Category Geometry items, Object ProCurve

Callback ProCurveCompFilter


Description
This is the filter function for ProCurveCompVisit().
Synopsis
#include <ProCurve.h>
ProError(*ProCurveCompFilter)(
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.
*/
ProAppData app_data
/* (In)
The data being passed to ProCurveCompVisit() by the caller.
*/
)
Returns
PRO_TK_NO_ERRORCall the visit action.
PRO_TK_CONTINUESkip to the next curve.
PRO_TK_GENERAL_ERRORStop visiting.