Category Manufacturing, Object ProNcseq

Callback ProNcseqClPostAction


Description
This is the notification function called upon successful computation of the NC sequence's toolpath.

This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_NCSEQ_CL_POST.

Synopsis
#include <ProNotify.h>
ProError(*ProNcseqClPostAction)(
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