Category Geometry items, Object ProAxis

Callback ProAxisFilterAction


Description
This is the generic function for filtering an axis.
Synopsis
#include <ProSolid.h>
ProError(*ProAxisFilterAction)(
ProAxis axis
/* (In)
The axis handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidAxisVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this axis and go to the next axis.
OtherCall the visit action for this axis. The return value is passed as input to the visit action.