Category Geometry items, Object ProSurface

Callback ProSurfaceContourFilterAction


Description
This is the generic function for filtering contours.
Synopsis
#include <ProSurface.h>
ProError(*ProSurfaceContourFilterAction)(
ProContour p_contour
/* (In)
The contour handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSurfaceContourVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this contour and go to the next contours.
OtherCall the visit action for this contour. The return value is passed as input to the visit action.