Category Geometry items, Object ProCsys

Callback ProCsysFilterAction


Description
This is the generic function for filtering a coordinate system.
Synopsis
#include <ProObjects.h>
ProError(*ProCsysFilterAction)(
ProCsys p_csys
/* (In)
The coordinate system handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidCsysVisit()
*/
)
Returns
PRO_TK_CONTINUESkip visiting this coordinate system and go to the next.
OtherCall the visit action for this coordinate system. The return value is passed as input to the visit action.