The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Api checking
From DocR19
Contents |
Action
Controls whether or not arguments to APIs are checked.
Name String
api_checking
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | TRUE |
Description
If this option is on, arguments to APIs are checked for validity. If it is off, they are not. This is a global option.
Example
; api_checking ; Turn off API argument checking (option:set "api_checking" #f) ;; #t
