You are here: Start » AVL.NET » AVS.PolygonCircularity Method

AVS.PolygonCircularity Method

Computes the area of a polygon divided by the area of a circle having the same feature.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonCircularity
(
	AvlNet.Path inPolygon,
	AvlNet.CircularityMeasure inCircularityMeasure,
	out float outCircularity
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
inCircularityMeasureAvlNet.CircularityMeasureRadiusPreservingDefault value: RadiusPreserving.
outCircularityfloat

See also