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

AVS.RegionElongation Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionElongation
(
	AvlNet.Region inRegion,
	out float outElongation
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outElongationfloat

See also