The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)

Option:Checker limit

From DocR19

Jump to: navigation, search

Contents

Action

Aborts entity checking if the number of checker errors reaches the limit specified.

Name String

checker_limit

Scheme

Type Values Default
integer >= 0 0, #f

C++

Type Values Default
int >= 0 0

Description

With this option the number of checker errors can be limited. The entity checking aborts as soon as the number of errors found reaches the limit specified. By default the limit is set to 0 (which indicates FALSE) and all checker errors are obtained.

Example

x-use-null-cells ID="Table8"> 
; checker_limit 
; Create some geometry 
; Limit the number of checker errors obtained 
(option:set "checker_limit" 100) 
;; #f 
(option:set "checker_limit" 1000) 
;; 100
Personal tools