minArea
Specifies the minimum metal area for non-rectangular polygon shapes in user units2.
To specify the minimum area allowed for rectangular shapes on a layer, use the oaMinRectArea constraint.
minArea Quick Reference
Value Type
|
Specifies the minimum area in user units2 for any shape on the layer. |

Examples
The following example, sets the minimum area for non-rectangular shapes on Metal1 to 5.0 user units2.
set_layer_constraint -constraint minArea -layer Metal1 -AreaValue 5.0
Related Topics
Return to top