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; in the ACIS Test Harness using the command option; or in a C++ application using one of several API functions. |
Type | Values | Default |
---|---|---|
boolean | #f, #t | #f |
Type | Values | Default |
---|---|---|
logical | FALSE, TRUE | FALSE |
Description
If this option is on (TRUE), api_space_warp
returns all non-procedural curves and surfaces with tolerant edges and
vertices, if necessary. If the option is off (FALSE), it does not.
; warp_tolerant_hot ; Turn on tolerant warping (option:set "warp_tolerant_hot" #t) ;; #f |
[Top]
© 1989-2007 Spatial Corp., a Dassault Systèmes company. All rights reserved.