You are here: Start » AVL.NET » AVS.ShapeCircularity Method
AVS.ShapeCircularity Method
Computes the area of a shape divided by the area of a circle having the same feature.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ShapeCircularity ( AvlNet.Path inShape, AvlNet.CircularityMeasure inCircularityMeasure, out float outCircularity )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inShape | AvlNet.Path | |||
![]() | inCircularityMeasure | AvlNet.CircularityMeasure | RadiusPreserving | Default value: RadiusPreserving. | |
![]() | outCircularity | float |


