minEndOfLineExtensionSpacing
Specifies the minimum spacing between an end-of-line edge of a given width and neighboring wire edges when a specified extension must be applied to the end-of-line before the spacing is checked.The constraint can also specify an extension that must be applied to the neighbor wire, when the neighbor wire is an end-of-line of a given width, before spacing is checked. You can use optional parameters to specify when the constraint does not apply, based on the length of the sides of the wire adjacent to the end-of-line edge.

minEndOfLineExtensionSpacing Quick Reference
Value Type
The minEndOfLineExtensionSpacing constraint has a Value that represents the spacing in user units.
Parameters
-
extensionSpacing(Dual1DTblValue, required) is two 1-D tables of values. The first table has end-of-line width (eolWidth)/extension pairs for end-to-side cases and the second table has eolWidth/extension pairs for end-to-end cases.
For each end-of-line, find the last pair for which the end-of-line width is less than (<) eolWidth, in user units, to determine the extension that must be applied to the end-of-line edge before spacing is checked. -
length(Value, optional) with thetwoSidesparameter, specifies when the constraint applies based on the side lengths of the end-of-line. -
twoSides(BoolValue, optional) applies only when thelengthparameter is given and determines when the constraint applies as follows:
Examples
In this example, the minimum spacing between an end-of-line and a neighboring wire is 0.1 when extensions are applied under the following conditions:
| Case type | For end-of-line width: | Apply this extension to the end-of-line before checking spacing: |
|---|---|---|

Related Topics
Return to top