Category Curve and surface collection, Object ProColl

Callback ProCollFilter


Description
Post filter function for surface collection
Replacement in Object TOOLKIT: wfcCollectSurfacesFilter::FilterSelections
Synopsis
#include <ProCollect.h>
ProError(*ProCollFilter)(
ProSelection** sels
/* (In)
Previously selected items.
*/
ProSelection cur_sel
/* (In)
Current selection. Filter function determines whether cur_sel is accepted.
*/
ProAppData app_data
/* (In)
Application data
*/
)
Returns
PRO_TK_NO_ERRORAccept current selection.
PRO_TK_GENERAL_ERRORReject current selection.