Description | |||||
This is the notification function called after regeneration of a solid.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_SOLID_REGEN_POST. |
|||||
Synopsis | |||||
#include <ProSolid.h> | |||||
ProError | (*ProSolidRegeneratePostAction) | ( | |||
ProSolid solid_handle | |||||
/* (In) | |||||
The handle to the solid that was regenerated | |||||
*/ | |||||
ProFeature* feat_handle | |||||
/* (In) | |||||
The feature where regeneration started | |||||
*/ | |||||
ProError status | |||||
/* (In) | |||||
The internal status generated as a result of regeneration | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |