maxDiffusionLength
Specifies the maximum diffusion length between two cut shapes and between a cut shape and a line-end of the diffusion shape.
maxDiffusionLength Quick Reference
Value Type
|
Specifies the maximum diffusion length, in user units, between two cut shapes and between a cut shape and a line-end of the diffusion shape. |
Required Parameters
|
Specifies that the constraint applies only if the width of the diffusion shape is less than this value. |
Examples
Requires that the distance between two Contact edges and a Contact edge and the nearest Diffusion line-end must be less than 0.2 if the width of the Diffusion shape is less than 0.05.
set_constraint_parameter -name width -Value 0.05
set_layerpair_constraint -constraint maxDiffusionLength \
-layer1 Diffusion -layer2 Contact -Value 0.2

Related Topics
Return to top