The user invokes the Fit command from the radial shortcut.
The Fit command is then added to the Predict Commands group.
How can we make sure that the Fit command never appears on the Predict Commands group?
Solution
There are two different types of Fit commands. The regular Fit command, accessed by the View ribbon tab and CTRL+F, is called "
UG_VIEW_FIT". This is already excluded from the Predict Commands group by default. See the existing entry in ...\UGII\menus\intel_command_rules.json:
{ "command": "
UG_VIEW_FIT", "EXCLUDE_PREDICTION": true }
However the radial shortcut Fit command is called "
UG_VIEW_POPUP_FIT". To exclude this command from the Predict Commands group, edit ...\UGII\menus\intel_command_rules.json and add this row:
{ "command": "
UG_VIEW_POPUP_FIT", "EXCLUDE_PREDICTION": true }
Notes and References
https://docs.plm.automation.siemens.com/tdoc/nx/1899/nx_help/#uid:xid1128416:index_nx_interface:xid1731176:xid1756780Hardware/Software Configuration
Platform: INTL64
OS: windows
OS Version: 1064
Product: NX
Application: SYSENG
Version: V1899
Function: INTEL_PLATFORM
Ref: 002-8016989