You are here: Start » AVL.NET » Invoke.PolygonCircularity
Computes the area of a polygon divided by the area of a circle having the same feature.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PolygonCircularity ( Avl.Path inPolygon, Avl.CircularityMeasure inCircularityMeasure, out float outCircularity )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPolygon | Avl.Path | |||
![]()  | inCircularityMeasure | Avl.CircularityMeasure | RadiusPreserving | Default value: RadiusPreserving. | |
![]()  | outCircularity | float | 


