PolygonElongation


Computes the elongation factor of a polygon (perfect circle has minimal elongation equal 1.0).

Syntax

C++
C#
Python
 
def PolygonElongation(
	inPolygon: Path,
	/
)
-> outElongation: float

Parameters

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