minAreaEdgeLength
spacings( ( minAreaEdgeLengthtx_layer[['exceptMinWidthf_width] | [['exceptEdgeLengthf_edgeLength| (f_minEdgeLengthf_maxEdgeLength)] ['exceptMinSize (f_minWidthf_minLength) | ((f_minWidthf_minLength) …)] ['exceptStep (f_length1f_length2)] ] ]f_area)
) ;spacings
Specifies the minimum area for a polygon if all of its edges are less than a given length, or if a rectangle with dimensions minWidth and minLength cannot fit inside the polygon.
Optionally, the constraint does not apply if a polygon has two adjacent edges, one of which is greater than or equal to length1 and the other is less than length2 in length.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The area of the polygon must be greater than or equal to this value. |
Parameters
Examples
- Example 1: minAreaEdgeLength with exceptEdgeLength
- Example 2: minAreaEdgeLength with exceptMinSize
- Example 3: minAreaEdgeLength with exceptMinWidth
- Example 4: minAreaEdgeLength with exceptStep
Example 1: minAreaEdgeLength with exceptEdgeLength
The area of a polygon must be at least 0.04 if all its edges are less than 0.21 long.

Example 2: minAreaEdgeLength with exceptMinSize
The area of a polygon must be at least 0.6 if a 0.1x0.2 rectangle cannot fit inside it.

Example 3: minAreaEdgeLength with exceptMinWidth
The area of a polygon must be at least 0.18 if the width of the shape is less than 0.2.

Example 4: minAreaEdgeLength with exceptStep
The area of a polygon must be at least 0.017 if it has two adjacent edges, one of which is greater than or equal to 0.12 and the other is less than 0.05 in length.

Return to top