API 설명서 > Features > Object ProFeature > Callback ProFeatureFilterAction
Callback ProFeatureFilterAction
Description
This is the generic function for filtering features.
Synopsis
#include <ProSolid.h>
(*ProFeatureFilterAction)
(
ProFeature* p_feature
/* (In)
The feature handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidFeatVisit()
*/
)
Returns
Skip visiting this feature and go to the next feature.
Other
Call the visit action for this feature. The return value is passed as input to the visit action.
User Guide References
도움이 되셨나요?