The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Bl tolerant hot
From DocR19
Contents |
Action
Sets whether blending is allowed to make tolerant edges in response to parts not already tolerant.
Name String
bl_tolerant_hot
Scheme
| Type | Values | Default |
|---|---|---|
| int | -1, 0, 1 | -1 |
C++
| Type | Values | Default |
|---|---|---|
| integer | -1, 0, 1 | -1 |
Description
This option determines whether blending is allowed to make tolerant edges in response to parts that are not themselves already tolerant (for example, blending over a precise but near-tangent mitre).
- If set to 0, blending reverts to its historical behavior in which no tolerant edges are created (unless there was a tolerant edge there initially).
- If set to 1, blending may introduce tolerant edges of its own accord if it deems it to give the best chance of success.
- If set to the default value of -1, blending will first be attempted without using any tolerant edges; however, it it fails, it may resort to making up tolerant edges.
Example
x-use-null-cells ID="Table9"> ; bl_tolerant_hot ; Sets the value as 0, that is, no tolerant edges are created (option:set "bl_tolerant_hot" 0) ;; -1
