Category Geometry items, Object ProCurve

Callback ProCurveFilterAction


Description
This is the generic function for filtering a datum curve.
Synopsis
#include <ProObjects.h>
ProError(*ProCurveFilterAction)(
ProCurve p_curve
/* (In)
The datum curve handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProAsmcomppathDispCurveVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this datum curve and go to the next.
OtherCall the visit action for this datum curve. The return value is passed as input to the visit action.