The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Abl require on support
From DocR19
Contents |
Action
Sets whether or not both sides of a blend must be on their supports.
Name String
abl_require_on_support
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | TRUE |
Description
With this set to off, blending does not require both sides of a blend to be actually on their supports, and instead will attempt to cap off the side that is not on its support.
Note: Applications should not modify this option except when needed for backward compatibility.
Example
; abl_require_on_support ; Turn option off (option:set "abl_require_on_support" #f) ;; #t
