API ドキュメンテーション > Features > Object ProFeature > Callback ProFeatureRegenPostAction
Callback ProFeatureRegenPostAction
Description
This is the notification function called after regenerating a feature.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_REGEN_POST.
Synopsis
#include <ProFeature.h>
(*ProFeatureRegenPostAction)
(
ProFeature* feat_handle
/* (In)
The handle to the feature just regenerated
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
これは役に立ちましたか?