minConcaveCornerOverlap
Sets the minimum overlap of a shape on layer2 over an inside corner of a shape on layer1. The minimum inside corner overlap applies to an inside corner created by a geometry at any angle, diagonal, or 90 degrees.
minConcaveCornerOverlap Quick Reference
Value Type
|
Specifies the minimum overlap from the inside corner of a shape on layer1 to the edge of the enclosing shape on layer2. ![]() |
Examples
The following example sets the minimum inside corner overlap of shapes on layer Metal2 over shapes with inside corners on layer Metal1 to 1.0.
set_layerpair_constraint -constraint minConcaveCornerOverlap \
-layer1 Metal1 -layer2 Metal2 -Value 1.0
Related Topics
Return to top
