API ドキュメンテーション > Features > Object ProFeature > Callback ProFeatureReroutePreAction
Callback ProFeatureReroutePreAction
Description
This is the notification function called before a feature is rerouted in Creo Parametric.
This function is to be supplied by the user by calling ProNotificationSet() with the type PRO_FEATURE_REROUTE_PRE.
Synopsis
#include <ProFeature.h>
(*ProFeatureReroutePreAction)
(
ProFeature* p_feat
/* (In)
Feature which is going to be rerouted.
*/
)
Returns
The feature can be rerouted. Proceed.
Other
An error was encountered. The reroute action is aborted for all features.
User Guide References
これは役に立ちましたか?