The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Backup boxes
From DocR19
Contents |
Action
Sets backup of mesh boxes.
Name String
backup_boxes
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | TRUE |
Description
Turning this off saves a lot of memory, but boxes must be recomputed as needed. Used in the tri3_msh_sur::copy_pointers function.
Example
; backup_boxes ; Turn off mesh backup boxes (option:set "backup_boxes" #f) ;; #t
