Options |
|
|
Technical Article |
Options may be set to modify the behavior of ACIS. An option's value may be a flag (indicating an on/off state), a number (integer or real number), or a string. Options may be set in a Scheme application (such as Scheme AIDE) using the Scheme extension option:set; or in a C++ application using one of several API functions. |
Type | Values | Default |
---|---|---|
boolean | #f,#t | #f |
Description
This option turns the drawing of hidden lines on or off.
; ihl_lines ; Turn option on (option:set "ihl_lines" #t) ;; #f |
[Top]
Type | Values | Default |
---|---|---|
integer | -7 . . .7 | 0 |
The color values 1 through 7 are red, green, blue, cyan, yellow, magenta, and white.
; ihl_lines_style ; Turn on drawing of hidden lines (option:set "ihl_lines" #t) ;; #f ; Tell IHL to draw solid hidden lines (option:set "ihl_lines_style" 2) ;; 0 |
[Top]
Type | Values | Default |
---|---|---|
boolean | #f,#t | #f |
Type | Values | Default |
---|---|---|
logical | FALSE,TRUE | FALSE |
Description
If this option is set on (TRUE) it will turn occlusion on. If this option
is set off (FALSE) it will turn occlusion off.
; ihl_occlusion ; Turn on removal of overlapping segments (option:set "ihl_occlusion" #t) ;; #f |
[Top]
Type | Values | Default |
---|---|---|
real | SPAresabs | SPAresfit |
Type | Values | Default |
---|---|---|
double | SPAresabs | SPAresfit |
Description
This option sets up the tolerance for occlusion to SPAresfit.
The valid values for occlusion tolerance must be greater than SPAresabs.
; ihl_occlusion_tol ; Set the tolerance for removal of overlapping segments (option:set "ihl_occlusion_tol" 0.001) ;; 0.001 |
[Top]
Type | Values | Default |
---|---|---|
boolean | #f,#t | #t |
Type | Values | Default |
---|---|---|
logical | FALSE, TRUE | TRUE |
Description
This option turns on hidden line removal for wires when set to TRUE, and
turns off hidden line removal for wires when set to FALSE.
; ihl_wire ; Set hidden line removal for wires (option:set "ihl_wire" #f) ;; #t |
[Top]
© 1989-2007 Spatial Corp., a Dassault Systèmes company. All rights reserved.