API 文档 > Miscellaneous > Object ProModel > Callback ProModelCopyPostAction
Callback ProModelCopyPostAction
Description
This is the notification function called after an explicit copy of a model.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_COPY_POST.
NOTE:
This function is not called on copies of models dependent upon the model explicitly called.
Synopsis
#include <ProMdl.h>
(*ProModelCopyPostAction)
(
ProMdl from
/* (In)
The model data from which the copy was made
*/
/* (In)
The path of model to which the copy was made
*/
ProMdlfileType to_model_type
/* (In)
The type of model to which the copy was made
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
这对您有帮助吗?