Detail_View_Name

This check verifies whether the detail name corresponds to the specification. If not, the elements are considered as incorrect.

The names can be compared to regular expressions.

Note: This check only verifies formal correctness, not the correctness of the contained information. Its automatic solution function renames detail views according to the specifications made in fields StdDetailViewNameIdentifier, StdDetailViewNameReplace and StdDetailViewNameReplaceBy.

This page discusses:

Context

You can create a 2D component reference in a detail sheet. The names of the 2D components can contain special characters that does not displayed correctly.

Check Details Description
Applicable to: DrwDetail
Automatic Solution:
Check Parameters:
  • StdDetailViewNameCaseSensitivity: Boolean type.

    Specifies case sensitiveness while checking detail view name.

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

  • StdDetailViewNameFilename: String type.

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

  • StdDetailViewNameIdentifier: String type.

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

  • StdDetailViewNameReplace: String List.

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

  • StdDetailViewNameReplaceBy: String List.

    Specifies a list of strings which should replace the corresponding strings of list in StdDraftNameReplace from the failed detail views' names.