Category Manufacturing, Object ProMfgoper

Callback ProMfgoperClPostAction


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
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Event-driven Programming: Notifications: NC Output Events