Category Solids and parts, Object ProSolid

Callback ProSolidRegeneratePreAction


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
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events