diagonalShapesAllowed
spacings(
( diagonalShapesAllowed tx_layer { t | nil } )
) ;spacings
Specifies whether shapes at a 45 degree angle are allowed on the specified layer.

Values
Parameters
Example
The following constraint definition enables 45 degree diagonal shapes on layer poly2.
spacings( (diagonalShapesAllowed"poly2" t )
) ;spacings
Return to top