The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Address debug
From DocR19
Contents |
Action
Sets the form of output addresses.
Name String
address_debug
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | TRUE |
Description
Selects whether or not to output actual entity addresses as well as list indices. Makes output position-independent, thus comparisons are easier.
Example
; address_debug ; Turn off entity addresses (option:set "address_debug" #f) ;; #t
