The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Check discont
From DocR19
Contents |
Action
Determines whether to perform checking of cached discontinuity data during entity checking.
Name String
check_discont
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #f |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | FALSE |
Description
This option controls whether or not api_check_entity checks the accuracy of cached discontinuity data for curves and surfaces in the entity being checked. By default, this is not done. If this option is enabled, and errors in the discontinuity data are found during checking, then SURF_MISSING_DISC_INFO and/or CURVE_MISSING_DISC_INFO errors will be returned by api_check_entity.
Example
; check_discont ; Turn on checking of cached discontinuity data (option:set "check_discont" #t) ;; #f
