Documentación de la API > Solids and parts > Object ProSolid > Callback ProSolidRegeneratePostAction
Callback ProSolidRegeneratePostAction
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>
(*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
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
¿Fue esto útil?