Description | |||||
This is the notification function called upon successful computation of a manufacturing operation's toolpath.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_MFGOPER_CL_POST. |
|||||
Synopsis | |||||
#include <ProNotify.h> | |||||
ProError | (*ProMfgoperClPostAction) | ( | |||
ProMdldata* p_cl_file_info | |||||
/* (In) | |||||
The information (name, extension, and path) for the CL file in which the toolpath was written is supplied through this argument. | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |