PolygonRectangularity


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
Input value inPolygon Path
Output value outRectangularity float