Category Geometry items, Object ProContour

Callback ProContourEdgeFilterAction


Description
This is the filter function used by the visit function.
Synopsis
#include <ProContour.h>
ProError(*ProContourEdgeFilterAction)(
ProEdge p_edge
/* (In)
The handle to the edge
*/
ProAppData app_data
/* (In)
The application data passed to ProContourEdgeVisit()
*/
)
Returns
PRO_TK_NO_ERRORCall the visit function.
PRO_TK_CONTINUESkip to the next edge (call the filter function for the next edge, if present).
PRO_TK_GENERAL_ERRORStop the visit function.