You are here: Start » FIL.NET » Invoke.PolygonConvexity

Invoke.PolygonConvexity

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PolygonConvexity
(
	Fil.Path inPolygon,
	out float outConvexity
)

Parameters

Name Type Range Default Description
inPolygonFil.Path
outConvexityfloat

See also