quickAlignSpacingType
layout quickAlignSpacingType cyclic { "none" | "min" | "user" }
Description
Specifies the spacing between the reference edge, centerline, or point and the target edge, centerline, or point after the alignment.
-
none: Default. No spacing is applied. -
min: TheminSpacingvalue of the reference object layer is applied. -
user: A user-specified spacing value is applied. Specify the value by using the environment variablequickAlignUserSpacing.
GUI Equivalent
Examples
envGetVal("layout" "quickAlignSpacingType")
envSetVal("layout" "quickAlignSpacingType" 'cyclic "user")
Related Topics
Return to top