You are here: Start » FIL.NET » FIS.RegionConvexity Method

FIS.RegionConvexity Method

Computes the area of a region divided by area of its convex hull.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionConvexity
(
	FilNet.Region inRegion,
	out float outConvexity
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outConvexityfloat

See also