minOverlapDistance
orderedSpacings( ( minOverlapDistancetx_layer1 tx_layer2f_overlap)
) ;orderedSpacings
Specifies the minimum distance a shape on one layer must overlap a shape on another layer. The overlap distance is measured between the inside edges of the two shapes.
The order of the layers does not matter because the same minimum overlap applies irrespective of whether layer1 overlaps layer2 or layer2 overlaps layer1.

Values
Parameters
Example
The overlap distance for Metal1 and Metal2 shapes must be at least 2.5.
orderedSpacings( ( minOverlapDistance "Metal1" "Metal2" 2.5
)
) ;orderedSpacings
Return to top