minSize
spacings( ( minSizetx_layer['rectOnly] ((f_widthf_length) …) )
) ;spacings
Defines the minimum rectangle size that must fit inside all polygons on the specified layer. If you specify multiple minimum rectangle sizes, the constraint is satisfied if any one of the rectangles fits inside all polygons on the layer.
If both
minArea and minSize constraints are set on a layer, both constraints are satisfied if either constraint is met.
Values
Parameters
Examples
Example 1: minSize
A 0.1x0.2 rectangle must fit inside every rectangular shape on Metal1.
spacings( ( minSize "Metal1" 'rectOnly
(0.1 0.2)
)
) ;spacings
Example 2: minSize with rectOnly
A 0.1x0.2 or a 0.2x0.3 or a 0.3x0.4 rectangle must fit inside every rectangular shape on Metal1.

Return to top