The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Stack check error
From DocR19
Contents |
Action
Controls behavior when the stack limit is reached.
Name String
stack_check_error
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #t, #f | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | TRUE, FALSE | TRUE |
Description
When a stack limit is set for monitoring. For example, when using function api_stackmon_limit and this option is on (true), a system error (EXCEEDED_STACK_LIMIT) is thrown if the limit is reached. If this option is off (false), only a system warning is issued.
Example
; stack_check_error ; Turn off error, so only a warning is issued. (option:set "stack_check_error" #f) ;; #t
