Text_Content_Must_Match_Sheet_Format

This check verifies whether the content of text elements partly or fully matches the sheet format name of the sheet on which the text elements are located. If they do not match, the affected elements are considered as incorrect.

This page discusses:

Context

You can use this check when a text contains the format of the sheet. The check can be launched at the end of the drawing design process.

Check information

Check Details Description
Applicable to: DrwDrawing
Automatic Solution
Check Parameters:
  • Text_Identifier: String.

    Identifier of the text element to be checked. If this field is empty, all elements in the current element selection will be checked.

    Note: By default this parameter is empty, so by default all the texts will be checked.
  • Sheet_Format_Name: String.

    Regular expression for the sheet format name. Put the substring of the sheet format name to be found as a capture into parentheses (). For Example, For Sheet Format of sheet to be considered for check are "A2 ISO" or “A4 ISO", Put the Regular Expression as ^(A[2-4]) ISO$.

    Note: By default this parameter is empty, so by default all the Sheet Formats are considered for check.
  • Text_Content: String.

    Regular Expression for the text content to be found. For example, For the text element to be checked must contain the text "SIZE A4 ISO" or "SIZE A3 ISO", Put the Regular Expression as ^SIZE /D .*

    Note: By default this parameter is empty, so by default all the text content will be considered for the check.