minHoleArea
spacings( ( minHoleAreatx_layerf_area)
) ;spacings
spacingTables( ( minHoleAreatx_layer(( "width" nil nil ) [f_default] ) (g_table) )
) ;spacingTables
Specifies the minimum area for a hole (empty area enclosed by a metal donut shape) on a layer. Enclosed areas are often associated with slotted metals or power grids.
This constraint is used in conjunction with the minHoleWidth constraint for slotting because it is possible for geometries to meet the minimum area requirement, but not the minimum spacing requirement.

Values
Parameters
Example
The area of a hole on Metal1 must be greater than or equal to 1.5 and the width of the hole in both X and Y directions must be greater than or equal to 1.0.
spacings( ( minHoleArea "Metal1" 1.5
)
( minHoleWidth "Metal1"
1.0
)
) ;spacings
Return to top