The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Check abort
From DocR19
Contents |
Action
Determines whether to abort entity checking.
Name String
check_abort
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #f |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | FALSE |
Description
If this option is on, entity checking aborts after the first check problem is found.
Example
; check_abort ; Turn on check aborting (option:set "check_abort" #t) ;; #f
