The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Check output
From DocR19
Contents |
Action
Determines the level of output generated by the body checker.
Name String
check_output
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #f |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | FALSE |
Description
Selects the level of output generated by the body checker. If this option is on, a more detailed output on the errors is generated and sent to stdout.
Example
; check_output ; Turn on detailed output (option:set "check_output" #t) ;; #f
