About the SET CONFIG FILE Section of the condition.mcc File
The SET CONFIG FILE section is composed of a series of IF statements followed by an ELSE statement. When Creo ModelCHECK runs, it reads this list until one of the equalities is met. If they all fail, the ELSE statement is read and applied.
The first section, SET CONFIG FILE, is where the combination of configuration files is set depending on the first condition in the list of IF statements that is met. Creo ModelCHECK evaluates each IF statement and sets the configuration files to the first instance that is true.
The operators that can be used for comparison are:
EQ—equal to
NEQ—not equal to
GT—greater than
LT—less than
GTE—greater than or equal to
LTE—less than or equal to
Each IF statement can have one or more equalities. If there are several equalities, they are separated by AND statements. Following the equality statements on each line is the list of files that are read to form a configuration.