Creo ModelCHECK > checks > RELATION_MISS (Relations That Are Missing)
  
RELATION_MISS (Relations That Are Missing)
Y/N/E/W
Checks for standard relations and their comments in parts and assemblies with those listed in the Creo ModelCHECK configuration files. Standard relations and comments are listed in the configuration files using the PRT_COMMENT, PRT_RELATION, ASM_COMMENT and ASM_RELATION start configuration options.
If the ModelUPDATE mode is enabled, the RELATION_MISS check automatically adds any missing standard relations and their comments from the configuration files to the parts and assemblies.
When using the RELATION_MISS check, Creo ModelCHECK supports Multi-line Relation blocks for the model such as:
Conditional Relational blocks (IF|ELSE|ENDIF constructs)
Nested IF|ELSE|ENDIF blocks
SOLVE|FOR blocks
An example of conditional relational block is as follows:
if a==0
b=5
else
b=10
endif
Multi-line Relations are listed in the configuration files using PRT_RELATION and ASM_RELATION start configuration options. You must define each line of Multi-line Relation using a start configuration option. For example:
PRT_RELATION if a==0
PRT_RELATION b=5
PRT_RELATION else
PRT_RELATION b=10
PRT_RELATION endif
Multi-line Relations are saved in *.mct file in the Creo ModelCHECK report directory.
 
* Start configuration option keywords are case sensitive. You must specify all the keywords either in uppercase or in lowercase ( IF|ELSE|ENDIF or if|else|endif).
Suggested Settings:
Inter
Batch
Regen
Save
W
W
N
N