Start » Filter Reference » Path » Polygon Features » PolygonRectangularity
Module: | FoundationBasic |
---|
Computes the area of a polygon divided by the area of its bounding rectangle.
Name | Type | Description | |
---|---|---|---|
inPolygon | Path | ||
outRectangularity | Real |
Description
Note that if the input path is not a valid polygon (i.e. it has at least one self-intersection), the computation may lead to results that are not intuitive.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Degenerate polygon on input in PolygonRectangularity. |
DomainError | Open path on input in PolygonRectangularity. |
Complexity Level
This filter is available on Advanced Complexity Level.