
Replacement in Object TOOLKIT: |

ProSolidFeatVisit | |
( ProSolid p_handle /* (In) The solid handle. */ ProFeatureVisitAction visit_action /* (In) The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops. */ ProFeatureFilterAction filter_action /* (In) The filter function. If NULL, all features in the specified solid are visited using the action function. */ ProAppData app_data /* (In) The application data passed to the filter and visiting functions. */ ) |

The function successfully visited all the features. | |
Either no features exist, or they were all filtered out by the filter function. | |
Other | Any other value is the value returned by the action function (visiting stopped). |



