API 설명서 > Solids and parts > Object ProSolid > Callback ProSolidDispCompFilterAction
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>
(*ProSolidDispCompFilterAction)
(
/* (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
Skip visiting this assembly component and go to the next.
Other
Call the visit action for this assembly component. The return value is passed as input to the visit action.
도움이 되셨나요?