API 설명서 > Miscellaneous > Object ProModel > Callback ProModelCreatePostAction
Callback ProModelCreatePostAction
Description
This is the notification function called after creating a model.
Users must supply this function by calling ProNotificationSet() with the notify type PRO_MODEL_CREATE_POST.
Synopsis
#include <ProMdl.h>
(*ProModelCreatePostAction)
(
ProMdlName p_created_mdl
/* (In)
The information for the model that was just created
*/
/* (In)
The model type extension
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
도움이 되셨나요?