Documentación de la API > Solids and parts > Object ProSolid > Callback ProSolidDispCompVisitAction
Callback ProSolidDispCompVisitAction
Description
This is used to visit assembly components. If it returns anything other than PRO_TK_NO_ERROR, assembly traversal stops.
Synopsis
#include <ProSolid.h>
(*ProSolidDispCompVisitAction)
(
/* (In)
The assembly component path
*/
ProSolid handle
/* (In)
The component solid handle
*/
/* (In)
Use PRO_B_TRUE when going down to this component and PRO_B_FALSE when going up from this component.
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidDispCompVisit()
*/
)
Returns
Continue visiting.
Any other value
Stop visiting and return this error from the visit function.
¿Fue esto útil?