Sheet_Name

This check verifies whether drawing sheet names correspond to the specification. If not, an error is displayed.

This page discusses:

Context

The following checks can be performed:

  • Compare the sheet name with regular expressions
  • Compare the sheet name with a combination of strings.
This combination of strings can consist of fixed character strings and standard model properties.
Note: This check only verifies formal correctness, not the correctness of the contained information. Its automatic solution function renames sheets according to the specifications made in fields StdDraftNameIdentifier, StdDraftNameReplace and StdDraftNameReplaceBy.

For example, if all the names of the sheets drawing must end with three digits to be identified by an archiving tool, the check will identify all sheets that do not follow this rule. To modify the name of the sheet, right-click the sheet, and in Properties > Sheet tab

Check Information

Check Details Description
Applicable to: DrwSheet
Automatic Solution:
Check Parameters:
  • StdDraftNameIdentifier: String type.

    Specifies what name should be used for renaming sheets which do not follow specified naming pattern. To skip this automatic solution option, leave the field empty.

  • StdDraftNameFilename: String type.

    Specifies a string pattern which should be followed by all sheet names.

  • StdDraftNameUniqueness: Boolean type.

    Specifies whether sheet name should be unique in the drawing or not.

    Note: By default, the value is set to FALSE.

  • StdDraftNameCaseSensitivity: Boolean type.

    Specifies case sensitiveness while checking sheet name.

    Note: By default, the value is set to FALSE.

  • StdDraftNameReplace: String List type.

    Specifies a list of strings which should be replaced from sheets' names.

  • StdDraftNameReplaceBy: String List type.

    Specifies a list of strings which should replace the corresponding strings of the StdDraftNameReplacelist from failed sheets' names.