Category Features, Object ProFeature

Callback ProFeatureFilterAction


Description
This is the generic function for filtering features.
Synopsis
#include <ProSolid.h>
ProError(*ProFeatureFilterAction)(
ProFeature* p_feature
/* (In)
The feature handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidFeatVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this feature and go to the next feature.
OtherCall the visit action for this feature. The return value is passed as input to the visit action.

Manual References:

  1. Fundamentals: Visit Functions
  2. Element Trees: Patterns: Visiting and Creating a Pattern
  3. Core: Solids, Parts, and Materials: Solid Outline