
Replacement in Object TOOLKIT: |

ProContourEdgeVisit | |
( ProSurface surface /* (In) The surface of the contour. */ ProContour p_contour /* (In) The contour handle. */ ProContourEdgeVisitAction action /* (In) The action function to be called for each edge. If it returns anything other than PRO_TK_NO_ERROR, visiting stops. Note that you must specify this argument. */ ProContourEdgeFilterAction filter /* (In) The filter function. If NULL, visits all edges using the action function. */ ProAppData app_data /* (In) The application data passed to the filter and visiting functions. */ ) |

The function successfully visited the edges. | |
One or more of the arguments are invalid. | |
No edges were visited, either because of the filter or for another reason. | |
Other | Any other value is the value returned by the action function (visiting stopped). |


