Creo ModelCHECK > start_config_options > Regeneration Messages
Regeneration Messages
When a model is regenerated from its first feature, warning messages are sometimes displayed in the Creo+ message window. Creo ModelCHECK can report the messages as either errors or warnings. The checks to enable this are REGEN_ERRS and REGEN_WRNS.
The text that is searched for is configured in a file that has a default name of mc_regen.mcr, which is found in the Creo ModelCHECK config directory.
The MC_REGEN_CONFIG_FILE configuration option in the start configuration file is used to specify the name and location of the mc_regen.mcr file as shown below:
MC_REGEN_CONFIG_FILE text\mc_regen.mcr
There are two sections to the mc_regen.mcr file, one for errors and another for warnings. Each line is designated by either an E or a W. Below is an example of what this file looks like:
# ModelCHECK Regen Config file (amn) 9-27-99
# This file contains a list of strings to search for
# among the lines that are output when MC Regen is run.
# The format is either E:strings or W:strings
# E means to consider all matching lines to be errors
# W means to consider all matching lines to be warnings

E:ERROR
E:Reference for the section entity no longer exists
E:WARNING: CUT is entirely outside the model
W:WARNING: Design intent is unclear
Was this helpful?