|
Action:
|
Controls the alignment method of corners in a profile; used with option
match_corners.
|
|
|
Name String:
|
align_corners
|
|
|
Scheme:
|
boolean
|
#t, #f
|
#t
|
|
|
Test Harness:
|
integer
|
0, 1
|
1
|
|
|
C++:
|
logical
|
TRUE, FALSE
|
TRUE
|
|
|
Description:
|
This option allows control of the alignment method. If this option is on (true), alignment algorithms are used to "automatically" align the input wires to the skinning operations. Only turn this option off (false) if you are certain you do not want this automatic alignment of the input wires.
|
|
|
For this option to work properly, option
match_cornersmust be set to the same value. For example, if
align_corners is off (false),
match_corners must also be off (false).
|
|
|
Example:
|
; align_corners
|
|
; Turn off corner alignment; must also turn off
|
|
; match_corners
|
|
(option:set "align_corners" #f)
|
|
;; #t
|
|
(option:set "match_corners" #f)
|
|
;; #t
|