Option:Check level
From DocR22
Contents |
Action
Controls the amount of entity checking performed.
Name String
check_level
Scheme
| Type | Values | Default |
|---|---|---|
| integer | 5, 10, 20, 30, 40, 50, 60, 70 | 20 |
C++
| Type | Values | Default |
|---|---|---|
| int | 5, 10, 20, 30, 40, 50, 60, 70 | 20 |
Description
This option controls the amount of entity checking performed by the ACIS Checker, api_check_entity. Refer to Types of Checks.
The range of effective check levels is 5 or any integer multiple of 10, between 10 and 70 inclusive; the default value is 20. Any other value is invalid, and the behavior of the Checker may be unpredictable with an invalid check level.
Example
; check_level ; Set for full checking (option:set "check_level" 70) ;; 20