Existence_and_Content_of_Texts

This check verifies whether certain text elements exist.

It also checks whether the content of a text matches the specifications. If not, the affected elements will be rated as incorrect.

This page discusses:

Context

In drawings, the following elements are checked:

  • 2D text elements
  • Balloons, roughness symbols, datum references and datum targets, geometrical tolerance (GTD)
  • Text in tables and detail instantiated in a drawing sheet (ditto)

Check Information

Check Details Description
Applicable to: DrwDrawing
Automatic Solution:
Check Parameters
  • StdTextExistenceAndContent_AnnotationsMustExist: List(String).

    The names of Annotations which must exist in a Drawing or Layout. You can use regular expressions.

  • StdTextExistenceAndContent_AnnotationsToCheckForContent: List(String).

    The names of Annotations (except Table and GDT) which should have specific string. You can use regular expressions.

  • StdTextExistenceAndContent_ContentOfAnnotations: List(String).

    The strings which should match with content of corresponding Annotations specified in "Annotations to check for content". You can use regular expressions.

  • StdTextExistenceAndContent_TablesToCheckForContentInCells: List(String).

    The names of Tables which should have specific string in specified cells. You can use regular expressions.

  • StdTextExistenceAndContent_TableCellRowToCheckForContent: List(String).

    The row number of cell of corresponding table to check for content. You can use regular expressions. (example: "[1-4]").

  • StdTextExistenceAndContent_TableCellColumnToCheckForContent: List(String).

    The Column number of cell of corresponding table to check for content. You can use regular expressions. (example: "/d*").

  • StdTextExistenceAndContent_ContentOfTableCells: List(String).

    The strings which should match with content of all the specified cells of specified tables. You can use regular expressions.

  • StdTextExistenceAndContent_AlsoCheckAnnotationsInDittos: Boolean

    If this option is activated, the Modifiable Texts present in all the Dittos are also considered for existence and content.

    Note: By default, the value is set to False.
  • StdTextExistenceAndContent_CharactersToBeReplaced: List(String).

    This option is used while healing. Specify strings/sub-strings which should be replaced from failed annotations.

  • StdTextExistenceAndContent_ReplacingCharacters: List(String).

    This option is used while healing. Specify strings/sub-strings which should replace incorrect strings from failed annotations.