Empty_Detail_Sheets

This check verifies whether the model contains empty detail sheets. The existence of empty detail sheets is rated as fault. Exceptions can be specified to allow certain detail sheets to be empty

This page discusses:

Context

In some cases, empty sheets are required. For these cases, exceptions can be defined. Nevertheless, a drawing must not contain sheets that remain unused throughout the process.

Check Information

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

    Specify the names of detail sheets that are allowed to be empty. You can use Regular Expressions.

    Note: By default, the value is set to Nothing (i.e. no empty detail sheet is allowed).
  • StdDetailSheetEmpty_EmptyIfEmptyDetails: Boolean.

    If this option is activated, a detail sheet is also considered empty if it contains empty 2D components.

    Note: By default, the value is set to True.
  • StdDetailSheetEmpty_EmptyIfUnusedDetails: Boolean.

    If this option is activated, a detail sheet is considered empty if it contains unused 2D components.

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