The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Careful
From DocR19
Contents |
Action
Controls whether extra geometry/topology checking is done.
Name String
careful
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #f |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | FALSE |
Description
When this option is enabled (TRUE), self-intersection checking occurs during sweeping, and face-face intersection checking occurs at the end of the operation. Note that extra geometry/topology checking is done at the expense of performance.
Example
; careful ; Turn on checking (option:set "careful" #t) ;; #f
