Description | ||||||||
This is the user-defined, post-selection callback function. Called on a selection after QUERY_SELECT | ||||||||
Synopsis | ||||||||
#include <ProSelection.h> | ||||||||
ProError | (*ProSelectionPostSelact) | ( | ||||||
Pro3dPnt point | ||||||||
/* (In) | ||||||||
The selected point | ||||||||
*/ | ||||||||
ProSelection selection | ||||||||
/* (In) | ||||||||
The handle to the selection made | ||||||||
*/ | ||||||||
ProAppData app_data | ||||||||
/* (In) | ||||||||
The user data passed to ProSelect() | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|