Enum EpfcActionType
Description
This enumerated type represents the type of notifications.
Values
-
EpfcPOPUPMENU_CREATE_POST
- After a popup menu is created internally in Creo Parametric.
-
EpfcPARAM_CREATE_PRE
- Before a parameter is created.
-
EpfcPARAM_MODIFY_PRE
- Before a parameter is modified.
-
EpfcPARAM_DELETE_PRE
- Before a parameter is deleted.
-
EpfcPARAM_CREATE_W_UNITS_PRE
- Before a parameter is created. Supports units. (Available in OTK only)
-
EpfcPARAM_MODIFY_W_UNITS_PRE
- Before a parameter is modified. Supports units. (Available in OTK only)
-
EpfcPARAM_MODIFY_W_UNITS_POST
- After a parameter is modified. Supports units. (Available in OTK only)
-
EpfcPARAM_DELETE_W_UNITS_POST
- After a parameter is deleted. Supports units. (Available in OTK only)
-
EpfcMODEL_REPLACE_POST
- After replace of model. (Available in OTK only)
-
EpfcMODEL_RETRIEVE_PRE
- Before retrieving a model. (Available in OTK only)
-
EpfcMODEL_SAVE_PRE_ALL
- Before saving each model. (Available in OTK only)
-
EpfcMODEL_RENAME_POST_ALL
- After renaming each model. (Available in OTK only)
-
EpfcDIM_MODIFY_VALUE_PRE
- Before a dimension value is modified. (Available in OTK only)
-
EpfcFEATURE_DELETE_PRE
- Before a feature is deleted.
-
EpfcFEATURE_REGEN_PRE
- Before regenerating a feature.
-
EpfcFEATURE_REGEN_POST
- After regenerating a feature.
-
EpfcFEATURE_SUPPRESS_PRE
- Before a feature is suppressed.
-
EpfcFEATURE_SUPPRESS_POST
- After a feature is suppressed.
-
EpfcFEATURE_REGEN_FAILURE
- Upon a feature failure event.
-
EpfcFEATURE_REDEFINE_PRE
- Before redefinition of a feature.
-
EpfcFEATURE_COPY_POST
- Upon successful copying of a feature.
-
EpfcMODEL_COPY_POST
- After an explicit copy of a model.
-
EpfcMODEL_COPY_POST_ALL
- After a copy of any model, including models dependant on the model explicitly called.
-
EpfcMODEL_RENAME_POST
- After renaming a model.
-
EpfcMODEL_ERASE_POST
- After an explicit erase of a model.
-
EpfcMDL_DELETE_POST
- After an explicit delete of a model.
-
EpfcMODEL_SAVE_POST
- After an explicit save of a model.
-
EpfcMODEL_SAVE_POST_ALL
- After a save of any model, including models dependant on the model explicitly called.
-
EpfcMODEL_ERASE_POST_ALL
- After an erase of any model, including models dependant on the model explicitly called.
-
EpfcMDL_DELETE_POST_ALL
- After a delete of any model, including models dependant on the model explicitly called.
-
EpfcMODEL_RETRIEVE_POST
- After explicit retrieval of a model.
-
EpfcMODEL_RETRIEVE_POST_ALL
- After retrieval of any model, including models dependant on the model explicitly called.
-
EpfcMDL_DISPLAY_PRE
- Before starting to display a model.
-
EpfcMDL_CREATE_POST
- After creating a model
-
EpfcSOLID_REGEN_PRE
- Before regenerating a solid.
-
EpfcSOLID_REGEN_POST
- After regeneration of a solid.
-
EpfcFEATURE_CREATE_PRE
- Before creating a feature.
-
EpfcFEATURE_CREATE_POST
- After successful creation of a feature.
-
EpfcFEATURE_DELETE_POST
- After a feature has been deleted from the solid.
-
EpfcSOLID_UNIT_CONVERT_PRE
- Before unit conversion of a solid.
-
EpfcSOLID_UNIT_CONVERT_POST
- After unit conversion of a solid.
-
EpfcDIRECTORY_CHANGE_POST
- After the current directory has been successfully changed.
-
EpfcWINDOW_CHANGE_POST
- After successfully changing the window in Creo Parametric.
-
EpfcMDL_DISPLAY_POST
- After displaying a model.
-
EpfcMODEL_SAVE_PRE
- Before saving a model.
-
EpfcMODEL_COPY_PRE
- Before copying a model.
-
EpfcMODEL_RENAME_PRE
- Before renaming a model.
-
EpfcMDL_ERASE_PRE
- Before erasing a model.
-
EpfcMDL_PURGE_PRE
- Before purging a model.
-
EpfcMDL_PURGE_POST
- After purging a model.
-
EpfcMDL_DELETE_PRE
- Before deleting a model.
-
EpfcSELBUFFER_CHANGE_POST
-
EpfcActionType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.