Category Solids and parts, Object ProSolid

Callback ProSolidFilterAction


Description
The generic function for filtering a solid.
Synopsis
#include <ProDrawing.h>
ProError(*ProSolidFilterAction)(
ProSolid solid
/* (In)
The solid handle
*/
ProAppData data
/* (In)
The application data passed to the function ProDrawingSolidsVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this solid and go to the next.
OtherCall the visit action for this solid. The return value is passed as input to the visit action.