Sheet_Must_Exist

This check verifies whether a drawing contains sheets with certain specified names. If not, an error is displayed.

This page discusses:

Context

Sheets must be named according to naming rules, otherwise the print application cannot find the sheets to print out. Use this check before printing a drawing. If sheets are not recognized by the print application, they are not printed out.

Check Information

Check Details Description
Applicable to: DrwDrawing
Automatic Solution:
Check Parameters:
  • Ignore_Empty_Sheet: Boolean type.

    If this option is set to true, empty sheets will not be checked.

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

  • Sheet_Must_Exist: String List type.

    Specifies the names of the required sheets. You can use Regular Expressions.

  • Apply_Check_Only_If_More_Than_One_Sheet_Exists: Boolean type.

    If this option is set to true, the check is only performed if the drawing contains more than one sheet. If the Ignore_Empty_Sheet option is set to true, the check will be performed only if there is at least one non-empty sheet.

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

  • Sheet_Is_Empty_Even_With_Empty_Views: Boolean type.

    If this option is set to true, a sheet containing only empty views is considered empty. This option is only effective if the Ignore_Empty_Sheet option is activated.

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

  • View_Is_Empty_With_Default_Text: Boolean type.

    If this option is set to true, views containing only the default text elements (view name, view scaling) are considered empty.

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