Documentación de la API > Solids and parts > Object ProSolid > Callback ProSolidUnitConvertPostAction
Callback ProSolidUnitConvertPostAction
Description
This is the notification function called after unit conversion of a solid.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_UNIT_CONVERT_POST
Synopsis
#include <ProNotify.h>
(*ProSolidUnitConvertPostAction)
(
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
¿Fue esto útil?