Documentation de l'API > Geometry items > Object ProContour > Callback ProContourEdgeVisitAction
Callback ProContourEdgeVisitAction
Description
This is the generic function for visiting an edge in a contour.
Synopsis
#include <ProContour.h>
(*ProContourEdgeVisitAction)
(
ProEdge p_edge
/* (In)
The handle to the edge
*/
ProError status
/* (In)
The status from the filter function
*/
ProAppData app_data
/* (In)
The application data passed to ProContourEdgeVisit()
*/
)
Returns
Visit the next edge.
Other
Stop visiting, and the function returns.
Est-ce que cela a été utile ?