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

FIS.PolygonConvexity Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PolygonConvexity
(
	FilNet.Path inPolygon,
	out float outConvexity
)

Parameters

Name Type Range Default Description
inPolygonFilNet.Path
outConvexityfloat

See also