View_Name

This check verifies whether view names in a drawing correspond to the specification. If not, the elements are considered as incorrect. The names can be compared to regular expressions.

Note: This check only checks formal correctness, not the correctness of the contained information.

This page discusses:

Context

When working with multiple views, naming the view in relation to their content (example: Front View) can save you some time.

You can modify the names of views detected as incorrect. Right-click the view, and select Properties > View tab. Modify the value in the Name box.

Check Information

Check Details Description
Applicable to: DrwSheet
Automatic Solution: : Renames views according to the specifications made in fields StdViewNameIdentifier, StdViewNameReplace and StdViewNameReplaceBy.
Check Parameters:
  • StdViewNameIdentifier: String type.

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

  • StdViewNameCaseSensitivity: Boolean type.

    Specifies case sensitivity while checking view name.

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

  • StdViewNameFilename: String type.

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

  • StdViewNameReplace: String List type.

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

  • StdViewNameReplaceBy: String List type.

    Specifies the list of strings which should replace the corresponding StdViewNameReplace string list from failed views' names.