The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Bl remote ints
From DocR19
Contents |
Action
Sets whether or not global interference checking is performed.
Name String
bl_remote_ints
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #f |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | FALSE |
Description
A critical portion of the blend algorithm is to detect the interference of the blend sheet with the geometry of the part being blended. Usually, interfering geometry can be detected by intersecting the spring curves of the sheet with geometry local to the blend. Occasionally, the surfaces of the sheet must be intersected with all of the geometry of the body to detect such global interferences.
The option bl_remote_ints directs the blending algorithm to perform global or local interference checking. This option is off by default, indicating that the algorithm is to perform local interference checking only. This speeds up blending dramatically in many cases. Although not common, cases do sometimes arise which require global interference checking. If desired, option bl_remote_ints can be turned on, indicating that global interference checking is to be performed.
Example
; bl_remote_ints ; Turn on global interference checking (option:set "bl_remote_ints" #t) ;; #f
