minOuterVertexSpacing
orderedSpacings( ( minOuterVertexSpacingtx_layer1tx_layer2f_spacing)
) ;orderedSpacings
Specifies the minimum spacing between a shape on layer1 and an outer vertex of the enclosing shape on layer2. An outer vertex is defined as a convex corner.
The spacing is checked using Manhattan measure type. A violation occurs if a convex corner of a layer2 shape is found inside the area of check defined by spacing, as shown below.

Values
Parameters
Example
The spacing of a Metal2 shape from an outer vertex (convex corner) of a Metal1 shape must be at least 0.32.
orderedSpacings( ( minOuterVertexSpacing "Metal2" "Metal1" 0.32
)
) ;orderedSpacings
Return to top