Category Geometry items, Object ProPoint

Callback ProPointFilterAction


Description
This is the generic function for filtering a datum point.
Synopsis
#include <ProObjects.h>
ProError(*ProPointFilterAction)(
ProPoint p_point
/* (In)
The datum point handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProAsmcomppathDispPointVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this datum point and go to the next.
OtherCall the visit action for this datum point. The return value is passed as input to the visit action.