Description | |||||
This is the notification function called before regenerating a solid.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_SOLID_REGEN_PRE. |
|||||
Synopsis | |||||
#include <ProSolid.h> | |||||
ProError | (*ProSolidRegeneratePreAction) | ( | |||
ProSolid solid_handle | |||||
/* (In) | |||||
The handle to the solid about to be regenerated | |||||
*/ | |||||
ProFeature* feat_handle | |||||
/* (In) | |||||
The start feature for regeneration | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |