modgenCreatePreserveSpacing
layoutXL modgenCreatePreserveSpacing boolean { t | nil }
Description
Specifies whether the relative spacing of the Modgen members must be respected when creating a Modgen from a layout selection set. The Modgen respects the existing spacing value by setting the custom spacing values between members. These spacing values may vary slightly from the spacings in the selection set because the Modgen aligns parallel member edges that are within a certain proximity and border member edges.
The default is nil, which means that a Modgen with minDRC spacing values is created.
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenCreatePreserveSpacing")
envSetVal("layoutXL" "modgenCreatePreserveSpacing" 'boolean t)
Related Topics
Return to top