PolygonArea


Computes the area of polygon.

Syntax

C++
C#
Python
 
def PolygonArea(
	inPolygon: Path,
	/
)
-> outArea: float

Parameters

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