The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Bl retain features
From DocR19
Contents |
Action
Sets blending behavior with respect to engulfed features that lie completely inside the region replaced by a blend.
Name String
bl_retain_features
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #f |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | FALSE |
Description
When this option is enabled, bl_retain_features determines how to handle features that lie completely inside the region replaced by the blending operation. When this option is disabled (set to FALSE) and when the blend completely engulfs any feature, the entire feature is lost. By enabling this option (setting this option to TRUE), ACIS Blending detects those features and attempts to retain all features that are engulfed.
Note: This option is effective in edge blending only, that is, in the following APIs:
Note: This option does not have any effect on features that are partially inside and partially outside the blend region.
Example
; bl_retain_features ; Instruct to retain features (option:set "bl_retain_features" #t) ;; #f
