The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Check level
From DocR19
Contents |
Action
Controls the amount of entity checking performed.
Name String
check_level
Scheme
| Type | Values | Default |
|---|---|---|
| integer | 10, 20, 30, 40, 50, 60, 70 | 20 |
C++
| Type | Values | Default |
|---|---|---|
| int | 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.
The range of effective check levels is 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
