PolygonConvexity


Computes the area of a polygon divided by the area of its convex hull.

Syntax

C++
C#
Python
 
def PolygonConvexity(
	inPolygon: Path,
	/
)
-> outConvexity: float

Parameters

Name Type Default Description
Input value inPolygon Path
Output value outConvexity float