Drawing Table Cells
This check verifies that specific table cells contain standard text. Standard table cell text is designated using the DRW_TABLE_CELLS configuration option in the start configuration file.
Tables are identified by looking for a certain cell with specific text in it. Once found, Creo ModelCHECK looks for a second cell and makes sure that it contains standard text.
Format
This is set up using the following syntax:
DRW_TABLE_CELLS [row1, col1, str1] [row2, col2, str2]
For example:
DRW_TABLE_CELLS [1,1,BOM] [4,2,PTC]
Then, a certain cell can be checked in every table for specific text.
This is set up as follows:
DRW_TABLE_CELLS [row,col,string]