The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Adaptive grid
From DocR19
Contents |
Action
Removes redundant facet edges after grid mode faceting.
Name String
adaptive_grid
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #f |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | FALSE |
Description
Removes redundant facet edges after grid mode faceting. This works only with AF_GRID_TO_EDGES grid mode. It produces more than four sided polygons unless AF_TRIANG_ALL is used for triang mode in the refinement. The redundant facet edges are those that are not necessary to satisfy the refinements but are generated in the grid mode.
Example
; adaptive_grid ; Turn on adaptive_grid (option:set "adaptive_grid" #t) ;; #f
