Library | Module

Enum pfcActionType

Description

This enumerated type represents the type of notifications.




Values

POPUPMENU_CREATE_POST
After a popup menu is created internally in Creo Parametric.
PARAM_CREATE_PRE
Before a parameter is created.
PARAM_MODIFY_PRE
Before a parameter is modified.
PARAM_DELETE_PRE
Before a parameter is deleted.
PARAM_CREATE_W_UNITS_PRE
Before a parameter is created. Supports units. (Available in OTK only)
PARAM_MODIFY_W_UNITS_PRE
Before a parameter is modified. Supports units. (Available in OTK only)
PARAM_MODIFY_W_UNITS_POST
After a parameter is modified. Supports units. (Available in OTK only)
PARAM_DELETE_W_UNITS_POST
After a parameter is deleted. Supports units. (Available in OTK only)
MODEL_REPLACE_POST
After replace of model. (Available in OTK only)
MODEL_RETRIEVE_PRE
Before retrieving a model. (Available in OTK only)
MODEL_SAVE_PRE_ALL
Before saving each model. (Available in OTK only)
MODEL_RENAME_POST_ALL
After renaming each model. (Available in OTK only)
DIM_MODIFY_VALUE_PRE
Before a dimension value is modified. (Available in OTK only)
FEATURE_DELETE_PRE
Before a feature is deleted.
FEATURE_REGEN_PRE
Before regenerating a feature.
FEATURE_REGEN_POST
After regenerating a feature.
FEATURE_SUPPRESS_PRE
Before a feature is suppressed.
FEATURE_SUPPRESS_POST
After a feature is suppressed.
FEATURE_REGEN_FAILURE
Upon a feature failure event.
FEATURE_REDEFINE_PRE
Before redefinition of a feature.
FEATURE_COPY_POST
Upon successful copying of a feature.
MODEL_COPY_POST
After an explicit copy of a model.
MODEL_COPY_POST_ALL
After a copy of any model, including models dependant on the model explicitly called.
MODEL_RENAME_POST
After renaming a model.
MODEL_ERASE_POST
After an explicit erase of a model.
MDL_DELETE_POST
After an explicit delete of a model.
MODEL_SAVE_POST
After an explicit save of a model.
MODEL_SAVE_POST_ALL
After a save of any model, including models dependant on the model explicitly called.
MODEL_ERASE_POST_ALL
After an erase of any model, including models dependant on the model explicitly called.
MDL_DELETE_POST_ALL
After a delete of any model, including models dependant on the model explicitly called.
MODEL_RETRIEVE_POST
After explicit retrieval of a model.
MODEL_RETRIEVE_POST_ALL
After retrieval of any model, including models dependant on the model explicitly called.
MDL_DISPLAY_PRE
Before starting to display a model.
MDL_CREATE_POST
After creating a model
SOLID_REGEN_PRE
Before regenerating a solid.
SOLID_REGEN_POST
After regeneration of a solid.
FEATURE_CREATE_PRE
Before creating a feature.
FEATURE_CREATE_POST
After successful creation of a feature.
FEATURE_DELETE_POST
After a feature has been deleted from the solid.
SOLID_UNIT_CONVERT_PRE
Before unit conversion of a solid.
SOLID_UNIT_CONVERT_POST
After unit conversion of a solid.
DIRECTORY_CHANGE_POST
After the current directory has been successfully changed.
WINDOW_CHANGE_POST
After successfully changing the window in Creo Parametric.
MDL_DISPLAY_POST
After displaying a model.
MODEL_SAVE_PRE
Before saving a model.
MODEL_COPY_PRE
Before copying a model.
MODEL_RENAME_PRE
Before renaming a model.
MDL_ERASE_PRE
Before erasing a model.
MDL_PURGE_PRE
Before purging a model.
MDL_PURGE_POST
After purging a model.
MDL_DELETE_PRE
Before deleting a model.
SELBUFFER_CHANGE_POST

ActionType_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.