The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Bl preview tightness
From DocR19
Contents |
Action
Sets how tight the blend preview is to the true blend.
Name String
bl_preview_tightness
Scheme
| Type | Values | Default |
|---|---|---|
| real | 1.0 ... 20.0 | 8.0 |
C++
| Type | Values | Default |
|---|---|---|
| double | 1.0 ... 20.0 | 8.0 |
Description
This option provides some control over how close (tight) the blend preview is to the real blend. The default should give good results for most blends, but if a preview sheet does not seem to agree well with the final result, then increasing this value may help.
The larger the value, the better the preview, but it can also be slower. Because of the approximations made in generating the preview, there are fundamental reasons why even a "largest tightness" preview will still differ from the true blend.
Example
; bl_preview_tightness ; Make preview tighter (option:set "bl_preview_tightness" 10.0) ;; 8
