Computes the area of a polygon divided by the area of its bounding rectangle.
Syntax
C++
C#
Python
def PolygonRectangularity(
inPolygon: Path,
/
)
-> outRectangularity: float
Parameters
|
Name |
Type |
Default |
Description |
 |
inPolygon |
Path |
|
|
 |
outRectangularity |
float |
|
|