API 文档 > Manufacturing > Object ProMfgoper > Callback ProMfgoperClPostAction
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>
(*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
User Guide References
这对您有帮助吗?