The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Bl cap box factor
From DocR19
Contents |
Action
Sets the size of the box used by the new capping algorithm.
Name String
bl_cap_box_factor
Scheme
| Type | Values | Default |
|---|---|---|
| real | > 0 | 2.0 |
C++
| Type | Values | Default |
|---|---|---|
| double | > 0 | 2.0 |
Description
Controls the size of the box used by the new capping algorithm for caps in which it is prepared to explore. Any caps that require exploration beyond this box will fail. Increasing the value increases the size of the box, but also the length of time capping may take. The default value strikes a fair balance between not exploring extremely far, but still successfully completing all but "unreasonable" examples.
Example
; bl_cap_box_factor ; Set to 3.0 (option:set "bl_cap_box_factor" 3.0) ;; 2
