Category Features, Object ProFeature

Callback ProFeatureNeedsRegenGet


DEPRECATED: Since Creo 8.0
Description
This is the notification function called when checking if a feature needs to be regnerated.

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

Synopsis
#include <ProFeature.h>
ProError(*ProFeatureNeedsRegenGet)(
ProFeature* p_feature
/* (In)
The failed feature
*/
)
Returns
PRO_TK_OUTDATEDreturn value if toolkit application wants to force regeneration of feature.
PRO_TK_NO_ERRORThis application is NOT requesting that feature be forced to regenerate. Note: Other return values are not interpreted by Creo Parametric and can prevent other applications from properly affecting feature regen.
See Also
ProNotificationSet

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0