minEndOfLineAdjacentToStep
spacings( ( minEndOfLineAdjacentToSteptx_layer'maxLengthf_maxLength['exceptAdjacentLengthf_exceptAdjacentLength| 'adjacentLengthf_adjacentLength| 'noBetweenEol ] ['concaveCorner]f_length)
) ;spacings
Specifies the minimum length for an end-of-line edge that is adjacent to an edge with length less than maxLength.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Examples
- Example 1: minEndOfLineAdjacentToStep with maxLength and adjacentLength
- Example 2: minEndOfLineAdjacentToStep with maxLength and exceptAdjacentLength
- Example 3: minEndOfLineAdjacentToStep with maxLength and noBetweenEol
- Example 4: minEndOfLineAdjacentToStep with maxLength and concaveCorner
Example 1: minEndOfLineAdjacentToStep with maxLength and adjacentLength
The length of an end-of-line edge must be greater than or equal to 1.0 if it is adjacent to an edge with length less than 1.5, which, in turn, forms a concave corner with an edge with length greater than or equal to 0.7 at the other end.

Example 2: minEndOfLineAdjacentToStep with maxLength and exceptAdjacentLength
The length of an end-of-line edge must be greater than or equal to 1.0 if it is adjacent to an edge with length less than 1.5. The constraint does not apply if the minimum step edge forms a concave corner with an edge with length greater than or equal to 0.8 at the other end.

Example 3: minEndOfLineAdjacentToStep with maxLength and noBetweenEol
The length of an end-of-line edge must be greater than or equal to 1.0 if has two adjacent edges with length less than 1.5.

Example 4: minEndOfLineAdjacentToStep with maxLength and concaveCorner
The length of an end-of-line edge must be greater than or equal to 1.0 if it has adjacent edges with length less than 1.5 and these adjacent edges form concave corners at their ends.

Return to top