API-Dokumentation > Solids and parts > Object ProSolid > Callback ProSolidUnitConvertPreAction
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>
(*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
User Guide References
War dies hilfreich?