Category Solids and parts, Object ProSolid

Callback ProSolidUnitConvertPreAction


Description
This is the notification function called before unit conversion of a solid.

This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_UNIT_CONVERT_PRE

Synopsis
#include <ProNotify.h>
ProError(*ProSolidUnitConvertPreAction)(
ProSolid solid_handle
/* (In)
The handle to the solid about to be converted
*/
int convert_numbers
/* (In)
TRUE if quantities are converted, FALSE if quantities are reinterpreted.
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

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