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.
*/
这个函数关键是动作函数的设计,在动作函数中你可以使用当前访问得到的特征句柄,有了特征句柄就可以做你想做的。
如果还不会建议你找李世国的书看看或者留下联系方式。