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

Invoke.PolygonInscribedCircle

Computes the circle with the maximal possible area contained in the input polygon.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PolygonInscribedCircle
(
	Fil.Path inPolygon,
	out Fil.Circle2D outInscribedCircle
)

Parameters

Name Type Range Default Description
inPolygonFil.Path
outInscribedCircleFil.Circle2D

See also