Category Solids and parts, Object ProSolid

Callback ProSolidDispCompFilterAction


Description
This is used to filter assembly components. If it returns PRO_TK_CONTINUE, all the SUB-COMPONENTS of handle will not be visited.
Synopsis
#include <ProSolid.h>
ProError(*ProSolidDispCompFilterAction)(
ProAsmcomppath* p_path
/* (In)
The assembly component path
*/
ProSolid handle
/* (In)
The component solid handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidDispCompVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this assembly component and go to the next.
OtherCall the visit action for this assembly component. The return value is passed as input to the visit action.