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 approx sf
From DocR19
Contents |
Action
Sets whether or not api_preview_blends should use the spline approximation of any underlying surfaces in computing the preview sheet.
Name String
bl_preview_approx_sf
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | TRUE |
Description
If on, api_preview_blends uses the spline approximation of any underlying surfaces in computing the preview sheet. The default is on. In general, customers should have not reason to change this.
Example
; bl_preview_approx_sf ; Do not use approximations (option:set "bl_preview_approx_sf" #f) ;; #t
