API 설명서 > Features > Object ProFeature > Callback ProFeatureRegenFailureAction
Callback ProFeatureRegenFailureAction
Description
This is the notification function called upon a feature failure event.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_REGEN_FAILURE.
Synopsis
#include <ProFeature.h>
(*ProFeatureRegenFailureAction)
(
ProFeature* p_feature
/* (In)
The failed feature
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
도움이 되셨나요?