maximumLength
Specifies the maximum length, in user units, for any geometry on the layer.
maximumLength Quick Reference
Value Type
maximumLength constraints have a Value that represents the maximum length for a geometry in user units. The length of a shape is defined as the larger of the shape’s two dimensions.
Examples
This example sets the maximum length for shapes on Metal1 to 5.0 μm.
set_layer_constraint -constraint maximumLength -layer Metal1 -Value 5.0
Related Topics
Return to top