maxPolyLength
orderedSpacings( ( maxPolyLengthtx_layer1tx_layer2tx_layer3['widthf_width]f_length)
) ;orderedSpacings
Specifies the maximum allowed distance between layer2 edges, along layer1, or from any point on layer3 over layer1, along layer1, when the width of the layer1 shape is less than width.

Values
Parameters
|
The constraint applies only if the width of the layer1 shape is less than this value. |
Example
The maximum allowed distance between Cont edges, along Poly, or from any point on Oxide over Poly, along Poly, must be 0.5 when the width of the Poly shape is less than 0.2.
orderedSpacings( ( maxPolyLength "Poly" "Cont" "Oxide" 'width 0.2 0.5 'ref "MAXPOLY" 'description "maxPolyLength" )
) ;orderedSpacings
Return to top