error_no_input_tag
List of: Options
Subjects: Feature Naming, Modeler Control
Contents: Kernel

Action: Controls whether or not an error occurs if inputs are not tagged (when annotations are activated).

Name String: error_no_input_tag

Scheme: boolean #f, #t #f

Test Harness: integer 0, 1 0

C++: logical FALSE, TRUE FALSE

Description: This option affects the behavior when annotations are activated (e.g., using option annotations); it has no affect when annotations are not turned on (because annotations are not created). If this option is on (true), inputs must by tagged (by adding an ATTRIB_TAG or an entity derived from it) by the caller before calling the ACIS operation. If not tagged, a sys_error occurs when creating an annotation that references the input. This can be a useful debugging tool. If this option is off (false), tags are generated as needed.

Example: ; error_no_input_tag

; Turn on error if not tagged

(option:set "error_no_input_tag" #t)

;; #f
PDF/KERN/40OPT.PDF
HTM/DATA/KERN/KERN/40OPT/0020.HTM