diagonalShapesAllowed
Specifies whether it is permissible to create diagonal shapes on a specific layer. In general, this constraint is used to indicate whether diagonal shapes are allowed.
diagonalShapesAllowed Quick Reference
Value Type
|
Indicates whether it is an error to create diagonal geometries on the layer. If set to |
Examples
Enables diagonal shapes on Metal1.
set_layer_constraint -constraint diagonalShapesAllowed \
-layer Metal1 -BoolValue true
Related Topics
Return to top