minConvexEdgeLength
Specifies the minimum edge length for an edge that is in a convex corner of a shape on the layer.
minConvexEdgeLength Quick Reference
Value Type
The minConvexEdgeLength constraint has a Value that is the minimum edge length, in user units, for an edge that is in a convex corner of a shape on the layer.

Parameter
-
lengthSum(Value, optional) specifies that the constraint does not apply if the sum of consecutive edges that are shorter than the minimum edge length value is less than the value of this parameter.
Examples
This example sets the minimum outside corner edge length on Metal2 to 0.05 and the maximum edge length sum to 0.15. The results of the specified constraint on shapes in Concave and Convex Edge Examples are:
-
Shape
ais legal because its consecutive edges are less than 0.05 μm, and the total length of the edges is less than or equal to 0.15 μm. -
Shape
dis a violation because even though its consecutive edges are less than 0.05 μm, the total length of the edges is greater than 0.15 μm. -
Shapes
b,c,e, andfdo not have outside corners to check.
Related Topics
Return to top