minHoleWidth
spacings(
( minHoleWidth tx_layer
f_holeWidth
)
) ;spacings
spacingTables( ( minHoleWidthtx_layer(( "width" nil nil ) [f_default] ) (g_table) )
) ;spacingTables
Specifies the minimum dimensions of a hole (that is, the spacing between two opposite internal edges of a hole) in a donut shape on a layer, in both X and Y directions.
This constraint is used in conjunction with the minHoleArea constraint because it is possible for geometries to meet the minimum area requirement, but not the minimum spacing requirement specified using minHoleWidth.

Values
Parameters
|
The hole width value to be used when no table entry applies. |
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