Documentación de la API > Geometry items > Object ProSurface > Callback ProSurfaceContourFilterAction
Callback ProSurfaceContourFilterAction
Description
This is the generic function for filtering contours.
Synopsis
#include <ProSurface.h>
(*ProSurfaceContourFilterAction)
(
ProContour p_contour
/* (In)
The contour handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSurfaceContourVisit()
*/
)
Returns
Skip visiting this contour and go to the next contours.
Other
Call the visit action for this contour. The return value is passed as input to the visit action.
¿Fue esto útil?