minInnerVertexSpacing (Three layers)
orderedSpacings( ( minInnerVertexSpacingtx_layer1tx_layer2tx_layer3f_spacing)
) ;orderedSpacings
Specifies minimum spacing between a contact shape on layer2 and an inner vertex of a layer1 shape, provided both layer1 and layer2 shapes overlap the same layer3 shape.

Values
Parameters
Example
The spacing between an inner vertex on Poly and a contact on Cont must be at least 0.4 if both Poly and Cont shapes overlap the same Diff shape.
orderedSpacings( ( minInnerVertexSpacing "Poly" "Cont" "Diff" 0.4
)
) ;orderedSpacings
Return to top